Searched refs:LoadingStateChanged (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_view.cc93 void CaptivePortalView::LoadingStateChanged(content::WebContents* source) { function in class:chromeos::CaptivePortalView
94 SimpleWebViewDialog::LoadingStateChanged(source);
H A Dcaptive_portal_view.h34 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
H A Dsimple_web_view_dialog.h71 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
/external/chromium/chrome/browser/
H A Dblocked_content_container.h70 virtual void LoadingStateChanged(TabContents* source) {} function in class:BlockedContentContainer
/external/chromium/chrome/browser/chromeos/login/
H A Daccount_screen.h55 virtual void LoadingStateChanged(TabContents* source);
H A Dhtml_page_screen.h70 virtual void LoadingStateChanged(TabContents* source);
H A Dweb_page_screen.h41 virtual void LoadingStateChanged(TabContents* source) = 0;
H A Dhtml_page_screen.cc70 void HTMLPageScreen::LoadingStateChanged(TabContents* source) { function in class:chromeos::HTMLPageScreen
76 VLOG(1) << "HTMLPageScreen::LoadingStateChanged: " << url;
H A Dregistration_screen.h90 virtual void LoadingStateChanged(TabContents* source) {} function in class:chromeos::RegistrationScreen
H A Daccount_screen.cc112 void AccountScreen::LoadingStateChanged(TabContents* source) { function in class:chromeos::AccountScreen
H A Denterprise_enrollment_view.cc62 virtual void LoadingStateChanged(TabContents* source) {} function in class:chromeos::__anon1987::EnrollmentDomView
H A Deula_view.h56 virtual void LoadingStateChanged(TabContents* source) {} function in class:chromeos::EULATabContentsDelegate
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.h51 virtual void LoadingStateChanged(TabContents* source);
H A Dhtml_dialog_tab_contents_delegate.cc88 void HtmlDialogTabContentsDelegate::LoadingStateChanged(TabContents* source) { function in class:HtmlDialogTabContentsDelegate
H A Dhtml_dialog_tab_contents_delegate_unittest.cc67 test_tab_contents_delegate_->LoadingStateChanged(NULL);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dweb_dialog_gtk.h65 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.h88 virtual void LoadingStateChanged(TabContents* source) {} function in class:DevToolsWindow
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.cc69 virtual void LoadingStateChanged(TabContents* source) {} function in class:InstantUnloadHandler::TabContentsDelegateImpl
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.h111 virtual void LoadingStateChanged(TabContents* source) {} function in class:SidebarContainer
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.h40 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.h65 void LoadingStateChanged(bool is_loading, bool force);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h64 virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
H A Dpanel_host.cc163 void PanelHost::LoadingStateChanged(content::WebContents* source) { function in class:PanelHost
165 panel_->LoadingStateChanged(is_loading);
/external/chromium_org/chrome/browser/ui/webui/
H A Dweb_dialog_web_contents_delegate_unittest.cc72 test_web_contents_delegate_->LoadingStateChanged(NULL);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.h87 virtual void LoadingStateChanged(TabContents* source);

Completed in 718 milliseconds

123