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

/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h85 virtual bool IsSurfaceAvailableForCopy() const = 0;
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc86 if (!view->IsSurfaceAvailableForCopy())
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc50 bool RenderWidgetHostViewChildFrame::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h45 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc84 bool TestRenderWidgetHostView::IsSurfaceAvailableForCopy() const { function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h68 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.h122 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_mac.h236 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_android.cc395 if (!IsSurfaceAvailableForCopy()) {
494 bool RenderWidgetHostViewAndroid::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewAndroid
836 if (using_browser_compositor_ && !IsSurfaceAvailableForCopy()) {
H A Drender_widget_host_view_aura.h147 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
H A Drender_widget_host_view_browsertest.cc176 while (!GetRenderWidgetHostView()->IsSurfaceAvailableForCopy())
H A Drender_widget_host_impl.cc708 return view_->IsSurfaceAvailableForCopy();
H A Drender_widget_host_view_aura.cc789 bool RenderWidgetHostViewAura::IsSurfaceAvailableForCopy() const { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device.cc400 if (rwh->GetView()->IsSurfaceAvailableForCopy())

Completed in 196 milliseconds