HomeSort by relevance Sort by last modified time
    Searched refs:IsSurfaceAvailableForCopy (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/public/browser/
render_widget_host_view.h 82 virtual bool IsSurfaceAvailableForCopy() const = 0;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 86 if (!view->IsSurfaceAvailableForCopy())
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 47 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
render_widget_host_view_child_frame.cc 49 bool RenderWidgetHostViewChildFrame::IsSurfaceAvailableForCopy() const {
  /external/chromium_org/content/test/
test_render_view_host.cc 79 bool TestRenderWidgetHostView::IsSurfaceAvailableForCopy() const {
test_render_view_host.h 69 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 96 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
render_widget_host_view_android.cc 297 if (!IsSurfaceAvailableForCopy()) {
375 bool RenderWidgetHostViewAndroid::IsSurfaceAvailableForCopy() const {
674 if (!using_synchronous_compositor_ && !IsSurfaceAvailableForCopy()) {
    [all...]
render_widget_host_view_aura.h 143 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
render_widget_host_view_mac.h 247 virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
render_widget_host_view_browsertest.cc 176 while (!GetRenderWidgetHostView()->IsSurfaceAvailableForCopy())
render_widget_host_impl.cc 696 return view_->IsSurfaceAvailableForCopy();
    [all...]
render_widget_host_view_aura.cc 749 bool RenderWidgetHostViewAura::IsSurfaceAvailableForCopy() const {
    [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device.cc 425 if (rwh->GetView()->IsSurfaceAvailableForCopy())

Completed in 1827 milliseconds