BackingStore 22 chrome/browser/extensions/api/tabs/tabs_api.h class BackingStore; BackingStore 314 content/browser/frame_host/render_widget_host_view_child_frame.cc BackingStore* RenderWidgetHostViewChildFrame::AllocBackingStore( BackingStore 96 content/browser/frame_host/render_widget_host_view_child_frame.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; BackingStore 9 content/browser/renderer_host/backing_store.cc BackingStore::BackingStore(RenderWidgetHost* widget, const gfx::Size& size) BackingStore 14 content/browser/renderer_host/backing_store.cc BackingStore::~BackingStore() { BackingStore 17 content/browser/renderer_host/backing_store.cc size_t BackingStore::MemorySize() { BackingStore 32 content/browser/renderer_host/backing_store.h class CONTENT_EXPORT BackingStore { BackingStore 34 content/browser/renderer_host/backing_store.h virtual ~BackingStore(); BackingStore 79 content/browser/renderer_host/backing_store.h BackingStore(RenderWidgetHost* widget, const gfx::Size& size); BackingStore 88 content/browser/renderer_host/backing_store.h DISALLOW_COPY_AND_ASSIGN(BackingStore); BackingStore 39 content/browser/renderer_host/backing_store_aura.cc : BackingStore(widget, size) { BackingStore 25 content/browser/renderer_host/backing_store_aura.h class BackingStoreAura : public BackingStore { BackingStore 250 content/browser/renderer_host/backing_store_gtk.cc : BackingStore(widget, size), BackingStore 283 content/browser/renderer_host/backing_store_gtk.cc : BackingStore(widget, size), BackingStore 26 content/browser/renderer_host/backing_store_gtk.h class CONTENT_EXPORT BackingStoreGtk : public BackingStore { BackingStore 14 content/browser/renderer_host/backing_store_mac.h class BackingStoreMac : public BackingStore { BackingStore 23 content/browser/renderer_host/backing_store_manager.cc typedef base::OwningMRUCache<RenderWidgetHost*, BackingStore*> BackingStore 112 content/browser/renderer_host/backing_store_manager.cc BackingStore* CreateBackingStore(RenderWidgetHost* host, BackingStore 149 content/browser/renderer_host/backing_store_manager.cc BackingStore* backing_store = RenderWidgetHostImpl::From( BackingStore 178 content/browser/renderer_host/backing_store_manager.cc BackingStore* BackingStoreManager::GetBackingStore( BackingStore 181 content/browser/renderer_host/backing_store_manager.cc BackingStore* backing_store = Lookup(host); BackingStore 204 content/browser/renderer_host/backing_store_manager.cc BackingStore* backing_store = GetBackingStore(host, backing_store_size); BackingStore 228 content/browser/renderer_host/backing_store_manager.cc BackingStore* BackingStoreManager::Lookup(RenderWidgetHost* host) { BackingStore 18 content/browser/renderer_host/backing_store_manager.h class BackingStore; BackingStore 32 content/browser/renderer_host/backing_store_manager.h static BackingStore* GetBackingStore(RenderWidgetHost* host, BackingStore 66 content/browser/renderer_host/backing_store_manager.h static BackingStore* Lookup(RenderWidgetHost* host); BackingStore 568 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = BackingStoreManager::Lookup(this); BackingStore 729 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = GetBackingStore(false); BackingStore 767 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = GetBackingStore(false); BackingStore 776 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = GetBackingStore(false); BackingStore 782 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = GetBackingStore(false); BackingStore 808 content/browser/renderer_host/render_widget_host_impl.cc BackingStore** backing_store) { BackingStore 820 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* RenderWidgetHostImpl::GetBackingStore(bool force_create) { BackingStore 857 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = NULL; BackingStore 914 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* RenderWidgetHostImpl::AllocBackingStore(const gfx::Size& size) { BackingStore 2001 content/browser/renderer_host/render_widget_host_impl.cc BackingStore* backing_store = BackingStoreManager::Lookup(this); BackingStore 79 content/browser/renderer_host/render_widget_host_impl.h class BackingStore; BackingStore 263 content/browser/renderer_host/render_widget_host_impl.h BackingStore** backing_store); BackingStore 274 content/browser/renderer_host/render_widget_host_impl.h BackingStore* GetBackingStore(bool force_create); BackingStore 278 content/browser/renderer_host/render_widget_host_impl.h BackingStore* AllocBackingStore(const gfx::Size& size); BackingStore 1017 content/browser/renderer_host/render_widget_host_unittest.cc BackingStore* backing = host_->GetBackingStore(true); BackingStore 1050 content/browser/renderer_host/render_widget_host_unittest.cc BackingStore* backing = host_->GetBackingStore(true); BackingStore 578 content/browser/renderer_host/render_widget_host_view_android.cc BackingStore* RenderWidgetHostViewAndroid::AllocBackingStore( BackingStore 122 content/browser/renderer_host/render_widget_host_view_android.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; BackingStore 1114 content/browser/renderer_host/render_widget_host_view_aura.cc BackingStore* RenderWidgetHostViewAura::AllocBackingStore( BackingStore 197 content/browser/renderer_host/render_widget_host_view_aura.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; BackingStore 1037 content/browser/renderer_host/render_widget_host_view_gtk.cc BackingStore* RenderWidgetHostViewGtk::AllocBackingStore( BackingStore 103 content/browser/renderer_host/render_widget_host_view_gtk.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; BackingStore 294 content/browser/renderer_host/render_widget_host_view_mac.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; BackingStore 43 content/port/browser/render_widget_host_view_port.h class BackingStore; BackingStore 175 content/port/browser/render_widget_host_view_port.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0; BackingStore 11 content/test/test_backing_store.cc : BackingStore(widget, size) { BackingStore 14 content/test/test_backing_store.h class TestBackingStore : public BackingStore { BackingStore 103 content/test/test_render_view_host.cc BackingStore* TestRenderWidgetHostView::AllocBackingStore( BackingStore 129 content/test/test_render_view_host.h virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;