/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_browsertest.cc | 393 if (!view->CanCopyToVideoFrame()) { in IN_PROC_BROWSER_TEST_F() 419 EXPECT_FALSE(GetRenderWidgetHostViewPort()->CanCopyToVideoFrame()); in IN_PROC_BROWSER_TEST_F() 453 if (!view->CanCopyToVideoFrame()) { in IN_PROC_BROWSER_TEST_F() 651 if (video_frame && !rwhvp->CanCopyToVideoFrame()) { in PerformTestWithLeftRightRects()
|
D | render_widget_host_view_guest.h | 117 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_gtk.h | 112 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_android.h | 143 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_mac.h | 283 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_guest.cc | 395 bool RenderWidgetHostViewGuest::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewGuest
|
D | render_widget_host_view_win.h | 215 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_aura.h | 212 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|
D | render_widget_host_view_aura.cc | 1101 if (!CanCopyToVideoFrame()) { in CopyFromCompositingSurfaceToVideoFrame() 1140 bool RenderWidgetHostViewAura::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewAura 1326 if (frame_subscriber() && CanCopyToVideoFrame()) { in DidReceiveFrameFromRenderer()
|
D | render_widget_host_view_android.cc | 631 bool RenderWidgetHostViewAndroid::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewAndroid
|
D | render_widget_host_view_gtk.cc | 1063 bool RenderWidgetHostViewGtk::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewGtk
|
D | render_widget_host_view_win.cc | 911 bool RenderWidgetHostViewWin::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_mac.mm | 1245 bool RenderWidgetHostViewMac::CanCopyToVideoFrame() const {
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | web_contents_video_capture_device_unittest.cc | 116 bool CanCopyToVideoFrame() { in CanCopyToVideoFrame() function in content::__anonc20f33fa0111::CaptureTestSourceController 169 virtual bool CanCopyToVideoFrame() const OVERRIDE { in CanCopyToVideoFrame() function in content::__anonc20f33fa0111::CaptureTestView 170 return controller_->CanCopyToVideoFrame(); in CanCopyToVideoFrame()
|
D | web_contents_video_capture_device.cc | 628 } else if (view->CanCopyToVideoFrame()) { in Capture()
|
/external/chromium_org/content/port/browser/ |
D | render_widget_host_view_port.h | 201 virtual bool CanCopyToVideoFrame() const = 0;
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 128 bool TestRenderWidgetHostView::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::TestRenderWidgetHostView
|
D | test_render_view_host.h | 134 virtual bool CanCopyToVideoFrame() const OVERRIDE;
|