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

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.h102 void ResumeRequestsForView(int route_id);
H A Drender_widget_helper.cc101 void RenderWidgetHelper::ResumeRequestsForView(int route_id) { function in class:content::RenderWidgetHelper
H A Drender_process_host_impl.h126 virtual void ResumeRequestsForView(int route_id) OVERRIDE;
H A Drender_process_host_impl.cc1540 void RenderProcessHostImpl::ResumeRequestsForView(int route_id) { function in class:content::RenderProcessHostImpl
1541 widget_helper_->ResumeRequestsForView(route_id);
H A Drender_widget_host_impl.cc411 GetProcess()->ResumeRequestsForView(routing_id_);
/external/chromium_org/content/public/browser/
H A Drender_process_host.h188 virtual void ResumeRequestsForView(int route_id) = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h70 virtual void ResumeRequestsForView(int route_id) OVERRIDE;
H A Dmock_render_process_host.cc215 void MockRenderProcessHost::ResumeRequestsForView(int route_id) { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc580 GetProcess()->ResumeRequestsForView(routing_id_);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1546 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(route_id);
1547 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(

Completed in 2307 milliseconds