/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura_unittest.cc | 1192 view_->OnSwapCompositorFrame( in TEST_F() 1215 view_->OnSwapCompositorFrame( in TEST_F() 1242 view_->OnSwapCompositorFrame( in TEST_F() 1248 view_->OnSwapCompositorFrame( in TEST_F() 1266 view_->OnSwapCompositorFrame( in TEST_F() 1304 view_->OnSwapCompositorFrame( in TEST_F() 1314 view_->OnSwapCompositorFrame( in TEST_F() 1357 view_->OnSwapCompositorFrame( in TEST_F() 1366 view_->OnSwapCompositorFrame( in TEST_F() 1378 view_->OnSwapCompositorFrame( in TEST_F() [all …]
|
D | render_widget_host_view_base.h | 170 virtual void OnSwapCompositorFrame(uint32 output_surface_id, in OnSwapCompositorFrame() function
|
D | render_widget_host_view_android.h | 181 virtual void OnSwapCompositorFrame(
|
D | render_widget_host_view_mac.h | 297 virtual void OnSwapCompositorFrame(
|
D | render_widget_host_impl.h | 622 bool OnSwapCompositorFrame(const IPC::Message& message);
|
D | render_widget_host_impl.cc | 451 OnSwapCompositorFrame(msg)) in OnMessageReceived() 1504 bool RenderWidgetHostImpl::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderWidgetHostImpl 1526 view_->OnSwapCompositorFrame(output_surface_id, frame.Pass()); in OnSwapCompositorFrame()
|
D | render_widget_host_view_aura.h | 234 virtual void OnSwapCompositorFrame(
|
D | render_widget_host_view_android.cc | 1079 void RenderWidgetHostViewAndroid::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderWidgetHostViewAndroid
|
D | render_widget_host_view_aura.cc | 1044 void RenderWidgetHostViewAura::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderWidgetHostViewAura
|
D | render_widget_host_view_mac.mm | 1393 void RenderWidgetHostViewMac::OnSwapCompositorFrame( 1395 TRACE_EVENT0("browser", "RenderWidgetHostViewMac::OnSwapCompositorFrame");
|
/external/chromium_org/content/browser/devtools/ |
D | render_view_devtools_agent_host.cc | 445 handled = false; OnSwapCompositorFrame(msg)) in DispatchIPCMessage() 451 void RenderViewDevToolsAgentHost::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderViewDevToolsAgentHost 456 overrides_handler_->OnSwapCompositorFrame(param.b.metadata); in OnSwapCompositorFrame() 463 overrides_handler_->OnSwapCompositorFrame(frame_metadata); in SynchronousSwapCompositorFrame()
|
D | render_view_devtools_agent_host.h | 95 void OnSwapCompositorFrame(const IPC::Message& message);
|
D | renderer_overrides_handler.h | 45 void OnSwapCompositorFrame(const cc::CompositorFrameMetadata& frame_metadata);
|
D | renderer_overrides_handler.cc | 196 void RendererOverridesHandler::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RendererOverridesHandler
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.h | 105 virtual void OnSwapCompositorFrame(
|
D | render_widget_host_view_child_frame.cc | 223 void RenderWidgetHostViewChildFrame::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderWidgetHostViewChildFrame
|
D | render_widget_host_view_child_frame.h | 108 virtual void OnSwapCompositorFrame(
|
D | render_widget_host_view_guest.cc | 208 void RenderWidgetHostViewGuest::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::RenderWidgetHostViewGuest
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 183 void TestRenderWidgetHostView::OnSwapCompositorFrame( in OnSwapCompositorFrame() function in content::TestRenderWidgetHostView
|
D | test_render_view_host.h | 84 virtual void OnSwapCompositorFrame(
|