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

  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 76 virtual void SetIsLoading(RenderViewHost* render_view_host,
render_widget_host_view_child_frame.h 68 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_guest.h 75 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_guest.cc 290 void RenderWidgetHostViewGuest::SetIsLoading(bool is_loading) {
291 platform_view_->SetIsLoading(is_loading);
render_frame_host_manager.h 209 void SetIsLoading(bool is_loading);
render_widget_host_view_child_frame.cc 149 void RenderWidgetHostViewChildFrame::SetIsLoading(bool is_loading) {
interstitial_page_impl.cc 503 controller_->delegate()->SetIsLoading(
618 controller_->delegate()->SetIsLoading(
    [all...]
render_frame_host_manager.cc 269 void RenderFrameHostManager::SetIsLoading(bool is_loading) {
270 render_frame_host_->render_view_host()->SetIsLoading(is_loading);
272 pending_render_frame_host_->render_view_host()->SetIsLoading(is_loading);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 222 virtual void SetIsLoading(bool is_loading) = 0;
render_view_host_impl.h 301 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_impl.h 208 virtual void SetIsLoading(bool is_loading);
    [all...]
render_widget_host_view_android.h 130 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_mac.h 265 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_widget_host_view_aura.h 168 virtual void SetIsLoading(bool is_loading) OVERRIDE;
render_view_host_impl.cc 845 void RenderViewHostImpl::SetIsLoading(bool is_loading) {
856 RenderWidgetHostImpl::SetIsLoading(is_loading);
    [all...]
render_widget_host_impl.cc 495 void RenderWidgetHostImpl::SetIsLoading(bool is_loading) {
499 view_->SetIsLoading(is_loading);
    [all...]
render_widget_host_view_android.cc 614 void RenderWidgetHostViewAndroid::SetIsLoading(bool is_loading) {
    [all...]
render_widget_host_view_aura.cc 846 void RenderWidgetHostViewAura::SetIsLoading(bool is_loading) {
    [all...]
  /external/chromium_org/content/test/
test_render_view_host.h 99 virtual void SetIsLoading(bool is_loading) OVERRIDE {}
test_web_contents.cc 139 SetIsLoading(GetRenderViewHost(), value, true, NULL);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
web_contents_impl.h 664 virtual void SetIsLoading(RenderViewHost* render_view_host,
    [all...]

Completed in 338 milliseconds