AllocBackingStore   96 content/browser/frame_host/render_widget_host_view_child_frame.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
AllocBackingStore  150 content/browser/renderer_host/backing_store_manager.cc       host)->AllocBackingStore(backing_store_size);
AllocBackingStore  917 content/browser/renderer_host/render_widget_host_impl.cc   return view_->AllocBackingStore(size);
AllocBackingStore  278 content/browser/renderer_host/render_widget_host_impl.h   BackingStore* AllocBackingStore(const gfx::Size& size);
AllocBackingStore  122 content/browser/renderer_host/render_widget_host_view_android.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
AllocBackingStore  197 content/browser/renderer_host/render_widget_host_view_aura.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
AllocBackingStore  103 content/browser/renderer_host/render_widget_host_view_gtk.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
AllocBackingStore  294 content/browser/renderer_host/render_widget_host_view_mac.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
AllocBackingStore  175 content/port/browser/render_widget_host_view_port.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
AllocBackingStore  129 content/test/test_render_view_host.h   virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;