Home
last modified time | relevance | path

Searched refs:AllocBackingStore (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h89 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
Drender_widget_host_view_mac.h217 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
Drender_widget_host_view_views.h75 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_win.h159 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
Drender_widget_host_view_views.cc367 BackingStore* RenderWidgetHostViewViews::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewViews
Drender_widget_host_view_gtk.cc909 BackingStore* RenderWidgetHostViewGtk::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewGtk
Drender_widget_host_view_win.cc734 BackingStore* RenderWidgetHostViewWin::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewWin
Drender_widget_host_view_mac.mm605 BackingStore* RenderWidgetHostViewMac::AllocBackingStore( function
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h167 virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_manager.cc150 host)->AllocBackingStore(backing_store_size); in CreateBackingStore()
Drender_widget_host_view_guest.h108 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_gtk.h103 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_android.h121 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_mac.h274 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_guest.cc373 BackingStore* RenderWidgetHostViewGuest::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewGuest
Drender_widget_host_impl.h268 BackingStore* AllocBackingStore(const gfx::Size& size);
Drender_widget_host_view_win.h206 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_view_aura.h203 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
Drender_widget_host_impl.cc882 BackingStore* RenderWidgetHostImpl::AllocBackingStore(const gfx::Size& size) { in AllocBackingStore() function in content::RenderWidgetHostImpl
885 return view_->AllocBackingStore(size); in AllocBackingStore()
Drender_widget_host_view_android.cc571 BackingStore* RenderWidgetHostViewAndroid::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewAndroid
Drender_widget_host_view_gtk.cc1036 BackingStore* RenderWidgetHostViewGtk::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewGtk
Drender_widget_host_view_win.cc871 BackingStore* RenderWidgetHostViewWin::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewWin
Drender_widget_host_view_aura.cc1071 BackingStore* RenderWidgetHostViewAura::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewAura
/external/chromium_org/content/test/
Dtest_render_view_host.cc109 BackingStore* TestRenderWidgetHostView::AllocBackingStore( in AllocBackingStore() function in content::TestRenderWidgetHostView
Dtest_render_view_host.h125 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;

12