Searched refs:ResumeRequestsForView (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.h135 void ResumeRequestsForView(int route_id);
H A Drender_process_host_impl.h113 virtual void ResumeRequestsForView(int route_id) OVERRIDE;
H A Drender_widget_helper.cc184 void RenderWidgetHelper::ResumeRequestsForView(int route_id) { function in class:content::RenderWidgetHelper
H A Drender_process_host_impl.cc1384 void RenderProcessHostImpl::ResumeRequestsForView(int route_id) { function in class:content::RenderProcessHostImpl
1385 widget_helper_->ResumeRequestsForView(route_id);
H A Drender_widget_host_impl.cc386 GetProcess()->ResumeRequestsForView(routing_id_);
/external/chromium_org/content/public/browser/
H A Drender_process_host.h196 virtual void ResumeRequestsForView(int route_id) = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h73 virtual void ResumeRequestsForView(int route_id) OVERRIDE;
H A Dmock_render_process_host.cc231 void MockRenderProcessHost::ResumeRequestsForView(int route_id) { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1438 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(route_id);
1439 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(

Completed in 415 milliseconds