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

  /external/chromium_org/content/browser/renderer_host/
test_backing_store.cc 28 bool TestBackingStore::CopyFromBackingStore(const gfx::Rect& rect,
backing_store_win.cc 156 bool BackingStoreWin::CopyFromBackingStore(const gfx::Rect& rect,
backing_store_aura.cc 159 bool BackingStoreAura::CopyFromBackingStore(const gfx::Rect& rect,
backing_store_gtk.cc 516 bool BackingStoreGtk::CopyFromBackingStore(const gfx::Rect& rect,
521 // CopyFromBackingStore() copies pixels out of the XImage
render_widget_host_impl.cc 653 void RenderWidgetHostImpl::CopyFromBackingStore(
659 "RenderWidgetHostImpl::CopyFromBackingStore::FromCompositingSurface");
675 "RenderWidgetHostImpl::CopyFromBackingStore::FromBackingStore");
681 bool result = backing_store->CopyFromBackingStore(copy_rect, &output);
    [all...]

Completed in 29 milliseconds