(self, browser, frame)
| 339 | self.parentCtrl = parentCtrl |
| 340 | |
| 341 | def OnLoadStart(self, browser, frame): |
| 342 | self.parentCtrl.OnLoadStart(browser, frame) |
| 343 | |
| 344 | def OnLoadEnd(self, browser, frame, httpStatusCode): |
| 345 | self.parentCtrl.OnLoadEnd(browser, frame, httpStatusCode) |
nothing calls this directly
no test coverage detected