Searched refs:LoadingStateChanged (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 154 void ChromeBrowserDelegate::LoadingStateChanged(content::WebContents* source, in LoadingStateChanged() function in ChromeBrowserDelegate 157 delegate->LoadingStateChanged(source, should_show_loading_ui); in LoadingStateChanged()
|
D | chrome_browser_delegate.h | 72 void LoadingStateChanged(content::WebContents* source,
|
/third_party/cef/libcef/browser/ |
D | browser_contents_delegate.h | 90 void LoadingStateChanged(content::WebContents* source,
|
D | browser_contents_delegate.cc | 92 void CefBrowserContentsDelegate::LoadingStateChanged( in LoadingStateChanged() function in CefBrowserContentsDelegate
|
/third_party/cef/patch/patches/ |
D | chrome_browser_browser.patch | 121 @@ -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/ |
D | alloy_browser_host_impl.h | 213 void LoadingStateChanged(content::WebContents* source,
|
D | alloy_browser_host_impl.cc | 1135 void AlloyBrowserHostImpl::LoadingStateChanged(content::WebContents* source, in LoadingStateChanged() function in AlloyBrowserHostImpl 1137 contents_delegate_->LoadingStateChanged(source, should_show_loading_ui); in LoadingStateChanged()
|