Searched defs:SetIsLoading (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc269 void RenderFrameHostManager::SetIsLoading(bool is_loading) { function in class:content::RenderFrameHostManager
270 render_frame_host_->render_view_host()->SetIsLoading(is_loading);
272 pending_render_frame_host_->render_view_host()->SetIsLoading(is_loading);
H A Drender_widget_host_view_child_frame.cc149 void RenderWidgetHostViewChildFrame::SetIsLoading(bool is_loading) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc290 void RenderWidgetHostViewGuest::SetIsLoading(bool is_loading) { function in class:content::RenderWidgetHostViewGuest
291 platform_view_->SetIsLoading(is_loading);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc845 void RenderViewHostImpl::SetIsLoading(bool is_loading) { function in class:content::RenderViewHostImpl
856 RenderWidgetHostImpl::SetIsLoading(is_loading);
H A Drender_widget_host_impl.cc495 void RenderWidgetHostImpl::SetIsLoading(bool is_loading) { function in class:content::RenderWidgetHostImpl
499 view_->SetIsLoading(is_loading);
H A Drender_widget_host_view_android.cc614 void RenderWidgetHostViewAndroid::SetIsLoading(bool is_loading) { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_aura.cc846 void RenderWidgetHostViewAura::SetIsLoading(bool is_loading) { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3174 void WebContentsImpl::SetIsLoading(RenderViewHost* render_view_host, function in class:content::WebContentsImpl
3189 GetRenderManager()->SetIsLoading(is_loading);
3624 SetIsLoading(rvh, false, true, NULL);
3727 SetIsLoading(render_frame_host->GetRenderViewHost(), true,
3753 SetIsLoading(render_frame_host->GetRenderViewHost(), false, true,

Completed in 1030 milliseconds