Searched refs:OnSwapCompositorFrame (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Drender_view_devtools_agent_host.cc445 handled = false; OnSwapCompositorFrame(msg))
451 void RenderViewDevToolsAgentHost::OnSwapCompositorFrame( function in class:content::RenderViewDevToolsAgentHost
456 overrides_handler_->OnSwapCompositorFrame(param.b.metadata);
463 overrides_handler_->OnSwapCompositorFrame(frame_metadata);
H A Drender_view_devtools_agent_host.h95 void OnSwapCompositorFrame(const IPC::Message& message);
H A Drenderer_overrides_handler.h45 void OnSwapCompositorFrame(const cc::CompositorFrameMetadata& frame_metadata);
H A Drenderer_overrides_handler.cc196 void RendererOverridesHandler::OnSwapCompositorFrame( function in class:content::RendererOverridesHandler
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc1192 view_->OnSwapCompositorFrame(
1215 view_->OnSwapCompositorFrame(
1242 view_->OnSwapCompositorFrame(
1248 view_->OnSwapCompositorFrame(
1266 view_->OnSwapCompositorFrame(
1304 view_->OnSwapCompositorFrame(
1314 view_->OnSwapCompositorFrame(
1357 view_->OnSwapCompositorFrame(
1366 view_->OnSwapCompositorFrame(
1378 view_->OnSwapCompositorFrame(
[all...]
H A Drender_widget_host_view_base.h170 virtual void OnSwapCompositorFrame(uint32 output_surface_id, function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_impl.h410 // Called by the view in response to OnSwapCompositorFrame.
622 bool OnSwapCompositorFrame(const IPC::Message& message);
H A Drender_widget_host_view_android.h181 virtual void OnSwapCompositorFrame(
H A Drender_widget_host_view_mac.h297 virtual void OnSwapCompositorFrame(
H A Drender_widget_host_impl.cc451 OnSwapCompositorFrame(msg))
1504 bool RenderWidgetHostImpl::OnSwapCompositorFrame( function in class:content::RenderWidgetHostImpl
1509 TRACE_DISABLED_BY_DEFAULT("OnSwapCompositorFrame"));
1526 view_->OnSwapCompositorFrame(output_surface_id, frame.Pass());
H A Drender_widget_host_view_aura.h234 virtual void OnSwapCompositorFrame(
H A Drender_widget_host_view_android.cc1079 void RenderWidgetHostViewAndroid::OnSwapCompositorFrame( function in class:content::RenderWidgetHostViewAndroid
1111 // This is a subset of OnSwapCompositorFrame() used in the synchronous
H A Drender_widget_host_view_aura.cc1044 void RenderWidgetHostViewAura::OnSwapCompositorFrame( function in class:content::RenderWidgetHostViewAura
1047 TRACE_EVENT0("content", "RenderWidgetHostViewAura::OnSwapCompositorFrame");
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc223 void RenderWidgetHostViewChildFrame::OnSwapCompositorFrame( function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h108 virtual void OnSwapCompositorFrame(
H A Drender_widget_host_view_guest.h105 virtual void OnSwapCompositorFrame(
H A Drender_widget_host_view_guest.cc208 void RenderWidgetHostViewGuest::OnSwapCompositorFrame( function in class:content::RenderWidgetHostViewGuest
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc183 void TestRenderWidgetHostView::OnSwapCompositorFrame( function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h84 virtual void OnSwapCompositorFrame(

Completed in 187 milliseconds