HomeSort by relevance Sort by last modified time
    Searched refs:SetIsLoading (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 75 virtual void SetIsLoading(bool is_loading);
render_widget_host_view_mac.h 204 virtual void SetIsLoading(bool is_loading);
render_widget_host_view_views.h 61 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_win.h 146 virtual void SetIsLoading(bool is_loading);
render_widget_host_view_gtk.cc 721 void RenderWidgetHostViewGtk::SetIsLoading(bool is_loading) {
    [all...]
render_widget_host_view_views.cc 279 void RenderWidgetHostViewViews::SetIsLoading(bool is_loading) {
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.h 162 void SetIsLoading(bool is_loading);
render_view_host_manager.cc 193 void RenderViewHostManager::SetIsLoading(bool is_loading) {
194 render_view_host_->SetIsLoading(is_loading);
196 pending_render_view_host_->SetIsLoading(is_loading);
    [all...]
interstitial_page_impl.cc 403 web_contents_->SetIsLoading(false, NULL);
548 web_contents_->SetIsLoading(true, NULL);
web_contents_impl.cc     [all...]
web_contents_impl.h 526 // So InterstitialPageImpl can access SetIsLoading.
645 void SetIsLoading(bool is_loading,
    [all...]
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 96 virtual void SetIsLoading(bool is_loading) = 0;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc 286 void RenderWidgetHostViewGuest::SetIsLoading(bool is_loading) {
287 platform_view_->SetIsLoading(is_loading);
render_widget_host_view_gtk.h 84 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_guest.h 86 virtual void SetIsLoading(bool is_loading) OVERRIDE;
test_render_view_host.h 99 virtual void SetIsLoading(bool is_loading) OVERRIDE {}
render_widget_host_view_android.h 99 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_impl.h 241 void SetIsLoading(bool is_loading);
    [all...]
render_widget_host_view_mac.h 249 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_aura.h 176 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_win.h 183 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_impl.cc 646 void RenderWidgetHostImpl::SetIsLoading(bool is_loading) {
650 view_->SetIsLoading(is_loading);
    [all...]
render_widget_host_view_android.cc 402 void RenderWidgetHostViewAndroid::SetIsLoading(bool is_loading) {
    [all...]
  /external/chromium_org/content/test/
test_web_contents.cc 126 SetIsLoading(value, NULL);
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 774 // So InterstitialPage can access SetIsLoading.
    [all...]

Completed in 925 milliseconds

1 2