Home
last modified time | relevance | path

Searched refs:LoadingStateChanged (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc154 void ChromeBrowserDelegate::LoadingStateChanged(content::WebContents* source, in LoadingStateChanged() function in ChromeBrowserDelegate
157 delegate->LoadingStateChanged(source, should_show_loading_ui); in LoadingStateChanged()
Dchrome_browser_delegate.h72 void LoadingStateChanged(content::WebContents* source,
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h90 void LoadingStateChanged(content::WebContents* source,
Dbrowser_contents_delegate.cc92 void CefBrowserContentsDelegate::LoadingStateChanged( in LoadingStateChanged() function in CefBrowserContentsDelegate
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch121 @@ -1650,6 +1706,8 @@ void Browser::LoadingStateChanged(WebContents* source,
126 + CALL_CEF_DELEGATE(LoadingStateChanged, source, should_show_loading_ui);
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h213 void LoadingStateChanged(content::WebContents* source,
Dalloy_browser_host_impl.cc1135 void AlloyBrowserHostImpl::LoadingStateChanged(content::WebContents* source, in LoadingStateChanged() function in AlloyBrowserHostImpl
1137 contents_delegate_->LoadingStateChanged(source, should_show_loading_ui); in LoadingStateChanged()