IsSurfaceAvailableForCopy   93 chrome/browser/thumbnails/thumbnail_tab_helper.cc   if (!view->IsSurfaceAvailableForCopy()) {
IsSurfaceAvailableForCopy   45 content/browser/frame_host/render_widget_host_view_child_frame.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
IsSurfaceAvailableForCopy  431 content/browser/media/capture/web_contents_video_capture_device.cc       rwh->GetView()->IsSurfaceAvailableForCopy())
IsSurfaceAvailableForCopy  657 content/browser/media/capture/web_contents_video_capture_device.cc   if (!view->IsSurfaceAvailableForCopy()) {
IsSurfaceAvailableForCopy  748 content/browser/renderer_host/render_widget_host_impl.cc     return view_->IsSurfaceAvailableForCopy();
IsSurfaceAvailableForCopy  233 content/browser/renderer_host/render_widget_host_view_android.cc   if (!IsSurfaceAvailableForCopy()) {
IsSurfaceAvailableForCopy  599 content/browser/renderer_host/render_widget_host_view_android.cc   if (!using_synchronous_compositor_ && !IsSurfaceAvailableForCopy()) {
IsSurfaceAvailableForCopy   92 content/browser/renderer_host/render_widget_host_view_android.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
IsSurfaceAvailableForCopy  154 content/browser/renderer_host/render_widget_host_view_aura.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
IsSurfaceAvailableForCopy  191 content/browser/renderer_host/render_widget_host_view_browsertest.cc     while (!GetRenderWidgetHostViewPort()->IsSurfaceAvailableForCopy())
IsSurfaceAvailableForCopy   60 content/browser/renderer_host/render_widget_host_view_gtk.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
IsSurfaceAvailableForCopy  241 content/browser/renderer_host/render_widget_host_view_mac.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
IsSurfaceAvailableForCopy   88 content/public/browser/render_widget_host_view.h   virtual bool IsSurfaceAvailableForCopy() const = 0;
IsSurfaceAvailableForCopy   66 content/test/test_render_view_host.h   virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;