Searched refs:IsSurfaceAvailableForCopy (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h88 virtual bool IsSurfaceAvailableForCopy() const = 0;
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc91 if (!view->IsSurfaceAvailableForCopy()) {
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.h62 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_guest.h59 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_android.h91 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Dtest_render_view_host.cc83 bool TestRenderWidgetHostView::IsSurfaceAvailableForCopy() const { function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h63 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_guest.cc277 bool RenderWidgetHostViewGuest::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewGuest
H A Drender_widget_host_view_mac.h219 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_android.cc346 bool RenderWidgetHostViewAndroid::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewAndroid
557 if (!IsSurfaceAvailableForCopy()) {
H A Drender_widget_host_view_aura.h152 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_browsertest.cc189 while (!GetRenderWidgetHostViewPort()->IsSurfaceAvailableForCopy())
H A Drender_widget_host_view_win.h163 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_gtk.cc792 bool RenderWidgetHostViewGtk::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewGtk
H A Drender_widget_host_view_win.cc615 bool RenderWidgetHostViewWin::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewWin
H A Drender_widget_host_view_aura.cc980 bool RenderWidgetHostViewAura::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_video_capture_device.cc595 rwh->GetView()->IsSurfaceAvailableForCopy()))
806 if (!view->IsSurfaceAvailableForCopy()) {

Completed in 161 milliseconds