HomeSort by relevance Sort by last modified time
    Searched refs:AllocBackingStore (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 89 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_mac.h 217 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_views.h 75 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_win.h 159 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_views.cc 367 BackingStore* RenderWidgetHostViewViews::AllocBackingStore(
render_widget_host_view_win.cc 734 BackingStore* RenderWidgetHostViewWin::AllocBackingStore(
    [all...]
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 164 virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.cc 150 host)->AllocBackingStore(backing_store_size);
render_widget_host_view_gtk.h 105 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_guest.h 112 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
test_render_view_host.h 123 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_android.h 119 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
test_render_view_host.cc 110 BackingStore* TestRenderWidgetHostView::AllocBackingStore(
render_widget_host_impl.h 262 BackingStore* AllocBackingStore(const gfx::Size& size);
    [all...]
render_widget_host_view_guest.cc 332 BackingStore* RenderWidgetHostViewGuest::AllocBackingStore(
render_widget_host_view_mac.h 272 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_aura.h 199 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_win.h 207 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_impl.cc 831 BackingStore* RenderWidgetHostImpl::AllocBackingStore(const gfx::Size& size) {
834 return view_->AllocBackingStore(size);
    [all...]
render_widget_host_view_android.cc 542 BackingStore* RenderWidgetHostViewAndroid::AllocBackingStore(
    [all...]
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_win.cc 869 BackingStore* RenderWidgetHostViewWin::AllocBackingStore(
    [all...]
render_widget_host_view_aura.cc     [all...]

Completed in 320 milliseconds