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

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.h70 // the RenderWidgetHelper's WaitForBackingStoreMsg to check if there is
92 // RenderWidgetHelper's WaitForBackingStoreMsg method. When the
94 // WaitForBackingStoreMsg if it has no backingstore.
130 bool WaitForBackingStoreMsg(int render_widget_id,
238 // Event used to implement WaitForBackingStoreMsg.
H A Drender_process_host_impl.h82 virtual bool WaitForBackingStoreMsg(int render_widget_id,
H A Drender_widget_helper.cc139 bool RenderWidgetHelper::WaitForBackingStoreMsg( function in class:content::RenderWidgetHelper
H A Drender_process_host_impl.cc776 bool RenderProcessHostImpl::WaitForBackingStoreMsg( function in class:content::RenderProcessHostImpl
785 return widget_helper_->WaitForBackingStoreMsg(render_widget_id,
H A Drender_widget_host_unittest.cc407 virtual bool WaitForBackingStoreMsg(int render_widget_id,
413 // Set to true when WaitForBackingStoreMsg should return a successful update
442 bool RenderWidgetHostProcess::WaitForBackingStoreMsg( function in class:content::__anon7768::RenderWidgetHostProcess
H A Drender_widget_host_impl.cc797 if (process_->WaitForBackingStoreMsg(routing_id_, max_delay, &msg)) {
/external/chromium_org/content/public/browser/
H A Drender_process_host.h76 virtual bool WaitForBackingStoreMsg(int render_widget_id,
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h41 virtual bool WaitForBackingStoreMsg(int render_widget_id,
H A Dmock_render_process_host.cc69 bool MockRenderProcessHost::WaitForBackingStoreMsg( function in class:content::MockRenderProcessHost

Completed in 139 milliseconds