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

  /external/chromium_org/content/public/browser/
render_widget_host.h 180 virtual void CopyFromBackingStore(
  /external/chromium_org/extensions/browser/api/
capture_web_contents_function.cc 68 render_view_host->CopyFromBackingStore(
  /external/chromium_org/athena/content/
content_proxy.cc 152 host->CopyFromBackingStore(
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 107 render_widget_host->CopyFromBackingStore(
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest_base.cc 99 rwh->CopyFromBackingStore(
188 // Calling RenderWidgetHost::CopyFromBackingStore() with the GPU enabled
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 107 // Callback when using CopyFromBackingStore() API.
142 // Copy one frame using the CopyFromBackingStore API.
146 // Repeatedly call CopyFromBackingStore() since, on some platforms (e.g.,
153 GetRenderViewHost()->CopyFromBackingStore(
275 // The CopyFromBackingStore() API should work on all platforms when compositing
278 CopyFromBackingStore) {
282 // Tests that the callback passed to CopyFromBackingStore is always called,
289 GetRenderViewHost()->CopyFromBackingStore(
    [all...]
render_widget_host_impl.h 134 virtual void CopyFromBackingStore(
    [all...]
render_widget_host_impl.cc 688 void RenderWidgetHostImpl::CopyFromBackingStore(
695 "RenderWidgetHostImpl::CopyFromBackingStore::FromCompositingSurface");
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc 123 host->CopyFromBackingStore(
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device.cc 255 // Response callback for RenderWidgetHost::CopyFromBackingStore().
643 rwh->CopyFromBackingStore(
706 DVLOG(1) << "CopyFromBackingStore failed; skipping frame.";
web_contents_video_capture_device_unittest.cc 229 // CopyFromBackingStore(). The behavior is controlled by a
251 virtual void CopyFromBackingStore(
532 // CopyFromBackingStore operation that we control. To accomplish that,
535 // CopyFromBackingStore functionality into TestRenderViewHost itself.

Completed in 187 milliseconds