Home
last modified time | relevance | path

Searched refs:CanCopyToVideoFrame (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_browsertest.cc393 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()
Drender_widget_host_view_guest.h117 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_gtk.h112 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_android.h143 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_mac.h283 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_guest.cc395 bool RenderWidgetHostViewGuest::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewGuest
Drender_widget_host_view_win.h215 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_aura.h212 virtual bool CanCopyToVideoFrame() const OVERRIDE;
Drender_widget_host_view_aura.cc1101 if (!CanCopyToVideoFrame()) { in CopyFromCompositingSurfaceToVideoFrame()
1140 bool RenderWidgetHostViewAura::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewAura
1326 if (frame_subscriber() && CanCopyToVideoFrame()) { in DidReceiveFrameFromRenderer()
Drender_widget_host_view_android.cc631 bool RenderWidgetHostViewAndroid::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewAndroid
Drender_widget_host_view_gtk.cc1063 bool RenderWidgetHostViewGtk::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewGtk
Drender_widget_host_view_win.cc911 bool RenderWidgetHostViewWin::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::RenderWidgetHostViewWin
Drender_widget_host_view_mac.mm1245 bool RenderWidgetHostViewMac::CanCopyToVideoFrame() const {
/external/chromium_org/content/browser/renderer_host/media/
Dweb_contents_video_capture_device_unittest.cc116 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()
Dweb_contents_video_capture_device.cc628 } else if (view->CanCopyToVideoFrame()) { in Capture()
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h201 virtual bool CanCopyToVideoFrame() const = 0;
/external/chromium_org/content/test/
Dtest_render_view_host.cc128 bool TestRenderWidgetHostView::CanCopyToVideoFrame() const { in CanCopyToVideoFrame() function in content::TestRenderWidgetHostView
Dtest_render_view_host.h134 virtual bool CanCopyToVideoFrame() const OVERRIDE;