Home
last modified time | relevance | path

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

/external/chromium_org/content/public/browser/
Drender_widget_host_view.h88 virtual bool IsSurfaceAvailableForCopy() const = 0;
/external/chromium_org/chrome/browser/thumbnails/
Dthumbnail_tab_helper.cc91 if (!view->IsSurfaceAvailableForCopy()) { in AsyncProcessThumbnail()
/external/chromium_org/content/browser/renderer_host/media/
Dweb_contents_video_capture_device.cc407 rwh->GetView()->IsSurfaceAvailableForCopy())) in Observe()
621 if (!view->IsSurfaceAvailableForCopy()) { in Capture()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_guest.h59 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_gtk.h60 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_android.h93 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_mac.h221 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_guest.cc287 bool RenderWidgetHostViewGuest::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewGuest
Drender_widget_host_view_android.cc354 bool RenderWidgetHostViewAndroid::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewAndroid
586 if (!using_synchronous_compositor_ && !IsSurfaceAvailableForCopy()) { in CopyFromCompositingSurface()
Drender_widget_host_view_win.h162 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_browsertest.cc192 while (!GetRenderWidgetHostViewPort()->IsSurfaceAvailableForCopy()) in WaitForCopySourceReady()
Drender_widget_host_view_aura.h160 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
Drender_widget_host_view_gtk.cc791 bool RenderWidgetHostViewGtk::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewGtk
Drender_widget_host_view_win.cc614 bool RenderWidgetHostViewWin::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewWin
Drender_widget_host_view_aura.cc868 bool RenderWidgetHostViewAura::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewAura
Drender_widget_host_view_mac.mm865 bool RenderWidgetHostViewMac::IsSurfaceAvailableForCopy() const {
/external/chromium_org/content/test/
Dtest_render_view_host.cc82 bool TestRenderWidgetHostView::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::TestRenderWidgetHostView
Dtest_render_view_host.h65 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;