MCPcopy Create free account
hub / github.com/cztomczak/cefpython / OnLoadStart

Method OnLoadStart

src/cefpython3.wx/chromectrl.py:316–321  ·  view source on GitHub ↗
(self, browser, frame)

Source from the content-addressed store, hash-verified

314 self.chromeWindow.GetBrowser().CanGoForward())
315
316 def OnLoadStart(self, browser, frame):
317 if self.navigationBar:
318 self.UpdateButtonsState()
319 self.navigationBar.GetUrlCtrl().SetValue(
320 browser.GetMainFrame().GetUrl())
321 self.navigationBar.AddToHistory(browser.GetMainFrame().GetUrl())
322
323 def OnLoadEnd(self, browser, frame, httpStatusCode):
324 if self.navigationBar:

Callers 1

OnLoadStartMethod · 0.45

Calls 3

UpdateButtonsStateMethod · 0.95
GetUrlCtrlMethod · 0.80
AddToHistoryMethod · 0.80

Tested by

no test coverage detected