/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 88 virtual bool IsSurfaceAvailableForCopy() const = 0;
|
/external/chromium_org/chrome/browser/thumbnails/ |
D | thumbnail_tab_helper.cc | 91 if (!view->IsSurfaceAvailableForCopy()) { in AsyncProcessThumbnail()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | web_contents_video_capture_device.cc | 407 rwh->GetView()->IsSurfaceAvailableForCopy())) in Observe() 621 if (!view->IsSurfaceAvailableForCopy()) { in Capture()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_guest.h | 59 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_gtk.h | 60 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_android.h | 93 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_mac.h | 221 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_guest.cc | 287 bool RenderWidgetHostViewGuest::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewGuest
|
D | render_widget_host_view_android.cc | 354 bool RenderWidgetHostViewAndroid::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewAndroid 586 if (!using_synchronous_compositor_ && !IsSurfaceAvailableForCopy()) { in CopyFromCompositingSurface()
|
D | render_widget_host_view_win.h | 162 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_browsertest.cc | 192 while (!GetRenderWidgetHostViewPort()->IsSurfaceAvailableForCopy()) in WaitForCopySourceReady()
|
D | render_widget_host_view_aura.h | 160 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
D | render_widget_host_view_gtk.cc | 791 bool RenderWidgetHostViewGtk::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewGtk
|
D | render_widget_host_view_win.cc | 614 bool RenderWidgetHostViewWin::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_aura.cc | 868 bool RenderWidgetHostViewAura::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::RenderWidgetHostViewAura
|
D | render_widget_host_view_mac.mm | 865 bool RenderWidgetHostViewMac::IsSurfaceAvailableForCopy() const {
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 82 bool TestRenderWidgetHostView::IsSurfaceAvailableForCopy() const { in IsSurfaceAvailableForCopy() function in content::TestRenderWidgetHostView
|
D | test_render_view_host.h | 65 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|