Searched refs:CopyFromBackingStore (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dtest_backing_store.cc28 bool TestBackingStore::CopyFromBackingStore(const gfx::Rect& rect, function in class:content::TestBackingStore
H A Dbacking_store_win.h36 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Dtest_backing_store.h28 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Dbacking_store.h69 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Dbacking_store_aura.h49 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Dbacking_store_mac.h44 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Dbacking_store_gtk.h67 virtual bool CopyFromBackingStore(const gfx::Rect& rect,
H A Drender_widget_host_view_browsertest.cc121 // Callback when using CopyFromBackingStore() API.
156 // Copy one frame using the CopyFromBackingStore API.
160 // Repeatedly call CopyFromBackingStore() since, on some platforms (e.g.,
167 GetRenderViewHost()->CopyFromBackingStore(
340 // The CopyFromBackingStore() API should work on all platforms when compositing
343 CopyFromBackingStore) {
347 // The CopyFromBackingStore() API should work on all platforms when compositing
350 CopyFromBackingStore) {
354 // Tests that the callback passed to CopyFromBackingStore is always called,
361 GetRenderViewHost()->CopyFromBackingStore(
[all...]
H A Dbacking_store_aura.cc159 bool BackingStoreAura::CopyFromBackingStore(const gfx::Rect& rect, function in class:content::BackingStoreAura
H A Dbacking_store_win.cc156 bool BackingStoreWin::CopyFromBackingStore(const gfx::Rect& rect, function in class:content::BackingStoreWin
H A Dbacking_store_gtk.cc516 bool BackingStoreGtk::CopyFromBackingStore(const gfx::Rect& rect, function in class:content::BackingStoreGtk
521 // CopyFromBackingStore() copies pixels out of the XImage
H A Drender_widget_host_impl.h139 virtual void CopyFromBackingStore(
H A Drender_widget_host_impl.cc653 void RenderWidgetHostImpl::CopyFromBackingStore( function in class:content::RenderWidgetHostImpl
659 "RenderWidgetHostImpl::CopyFromBackingStore::FromCompositingSurface");
675 "RenderWidgetHostImpl::CopyFromBackingStore::FromBackingStore");
681 bool result = backing_store->CopyFromBackingStore(copy_rect, &output);
/external/chromium_org/content/public/browser/
H A Drender_widget_host.h204 virtual void CopyFromBackingStore(
305 // CopyFromBackingStore fails due to the backing store not being available or,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tab_helper.cc82 web_contents->GetRenderViewHost()->CopyFromBackingStore(
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc120 render_widget_host->CopyFromBackingStore(
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_screenshot_manager.cc121 host->CopyFromBackingStore(gfx::Rect(),
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.cc89 if (!backing_store->CopyFromBackingStore(gfx::Rect(backing_store->size()),
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_video_capture_device_unittest.cc225 // CopyFromBackingStore(). The behavior is controlled by a
247 virtual void CopyFromBackingStore(
434 // CopyFromBackingStore operation that we control. To accomplish that,
437 // CopyFromBackingStore functionality into TestRenderViewHost itself.
H A Dweb_contents_video_capture_device.cc348 // Response callback for RenderWidgetHost::CopyFromBackingStore().
820 rwh->CopyFromBackingStore(
904 DVLOG(1) << "CopyFromBackingStore failed; skipping frame.";
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc1242 if (!backing_store->CopyFromBackingStore(gfx::Rect(backing_store->size()),
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc1144 // CopyFromBackingStore().
1149 if (!backing_store->CopyFromBackingStore(gfx::Rect(backing_store->size()),
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1763 render_view_host->CopyFromBackingStore(

Completed in 317 milliseconds