Searched defs:CanCopyToVideoFrame (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_video_capture_device_unittest.cc116 bool CanCopyToVideoFrame() { function in class:content::__anon7733::CaptureTestSourceController
169 virtual bool CanCopyToVideoFrame() const OVERRIDE {
170 return controller_->CanCopyToVideoFrame();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.cc353 bool RenderWidgetHostViewGuest::CanCopyToVideoFrame() const { function in class:content::RenderWidgetHostViewGuest
H A Dtest_render_view_host.cc129 bool TestRenderWidgetHostView::CanCopyToVideoFrame() const { function in class:content::TestRenderWidgetHostView
H A Drender_widget_host_view_android.cc597 bool RenderWidgetHostViewAndroid::CanCopyToVideoFrame() const { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_gtk.cc1061 bool RenderWidgetHostViewGtk::CanCopyToVideoFrame() const { function in class:content::RenderWidgetHostViewGtk
H A Drender_widget_host_view_aura.cc1220 if (!CanCopyToVideoFrame()) {
1242 bool RenderWidgetHostViewAura::CanCopyToVideoFrame() const { function in class:content::RenderWidgetHostViewAura
1379 if (frame_subscriber() && CanCopyToVideoFrame()) {
H A Drender_widget_host_view_win.cc909 bool RenderWidgetHostViewWin::CanCopyToVideoFrame() const { function in class:content::RenderWidgetHostViewWin

Completed in 95 milliseconds