GetBackingStore   873 content/browser/browser_plugin/browser_plugin_host_browsertest.cc #define MAYBE_GetBackingStore GetBackingStore
GetBackingStore   204 content/browser/renderer_host/backing_store_manager.cc   BackingStore* backing_store = GetBackingStore(host, backing_store_size);
GetBackingStore    32 content/browser/renderer_host/backing_store_manager.h   static BackingStore* GetBackingStore(RenderWidgetHost* host,
GetBackingStore   729 content/browser/renderer_host/render_widget_host_impl.cc   BackingStore* backing_store = GetBackingStore(false);
GetBackingStore   767 content/browser/renderer_host/render_widget_host_impl.cc   BackingStore* backing_store = GetBackingStore(false);
GetBackingStore   776 content/browser/renderer_host/render_widget_host_impl.cc   BackingStore* backing_store = GetBackingStore(false);
GetBackingStore   782 content/browser/renderer_host/render_widget_host_impl.cc   BackingStore* backing_store = GetBackingStore(false);
GetBackingStore   804 content/browser/renderer_host/render_widget_host_impl.cc   ignore_result(GetBackingStore(true));
GetBackingStore   816 content/browser/renderer_host/render_widget_host_impl.cc   *backing_store = BackingStoreManager::GetBackingStore(this, desired_size);
GetBackingStore   274 content/browser/renderer_host/render_widget_host_impl.h   BackingStore* GetBackingStore(bool force_create);
GetBackingStore  1017 content/browser/renderer_host/render_widget_host_unittest.cc   BackingStore* backing = host_->GetBackingStore(true);
GetBackingStore  1029 content/browser/renderer_host/render_widget_host_unittest.cc   backing = host_->GetBackingStore(true);
GetBackingStore  1050 content/browser/renderer_host/render_widget_host_unittest.cc   BackingStore* backing = host_->GetBackingStore(true);
GetBackingStore  1061 content/browser/renderer_host/render_widget_host_unittest.cc   backing = host_->GetBackingStore(true);
GetBackingStore   889 content/browser/renderer_host/render_widget_host_view_aura.cc   return CanCopyToBitmap() || !!host_->GetBackingStore(false);
GetBackingStore  2544 content/browser/renderer_host/render_widget_host_view_aura.cc   bool has_backing_store = !!host_->GetBackingStore(false);
GetBackingStore  2548 content/browser/renderer_host/render_widget_host_view_aura.cc         host_->GetBackingStore(true));
GetBackingStore  2573 content/browser/renderer_host/render_widget_host_view_aura.cc       host_->GetBackingStore(false));
GetBackingStore  1191 content/browser/renderer_host/render_widget_host_view_gtk.cc       host_->GetBackingStore(force_create));