/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.h | 89 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
|
D | render_widget_host_view_mac.h | 217 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
|
D | render_widget_host_view_views.h | 75 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_win.h | 159 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
|
D | render_widget_host_view_views.cc | 367 BackingStore* RenderWidgetHostViewViews::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewViews
|
D | render_widget_host_view_gtk.cc | 909 BackingStore* RenderWidgetHostViewGtk::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewGtk
|
D | render_widget_host_view_win.cc | 734 BackingStore* RenderWidgetHostViewWin::AllocBackingStore( in AllocBackingStore() function in RenderWidgetHostViewWin
|
D | render_widget_host_view_mac.mm | 605 BackingStore* RenderWidgetHostViewMac::AllocBackingStore( function
|
/external/chromium_org/content/port/browser/ |
D | render_widget_host_view_port.h | 167 virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
|
/external/chromium_org/content/browser/renderer_host/ |
D | backing_store_manager.cc | 150 host)->AllocBackingStore(backing_store_size); in CreateBackingStore()
|
D | render_widget_host_view_guest.h | 108 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_gtk.h | 103 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_android.h | 121 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_mac.h | 274 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_guest.cc | 373 BackingStore* RenderWidgetHostViewGuest::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewGuest
|
D | render_widget_host_impl.h | 268 BackingStore* AllocBackingStore(const gfx::Size& size);
|
D | render_widget_host_view_win.h | 206 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_view_aura.h | 203 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|
D | render_widget_host_impl.cc | 882 BackingStore* RenderWidgetHostImpl::AllocBackingStore(const gfx::Size& size) { in AllocBackingStore() function in content::RenderWidgetHostImpl 885 return view_->AllocBackingStore(size); in AllocBackingStore()
|
D | render_widget_host_view_android.cc | 571 BackingStore* RenderWidgetHostViewAndroid::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewAndroid
|
D | render_widget_host_view_gtk.cc | 1036 BackingStore* RenderWidgetHostViewGtk::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewGtk
|
D | render_widget_host_view_win.cc | 871 BackingStore* RenderWidgetHostViewWin::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewWin
|
D | render_widget_host_view_aura.cc | 1071 BackingStore* RenderWidgetHostViewAura::AllocBackingStore( in AllocBackingStore() function in content::RenderWidgetHostViewAura
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 109 BackingStore* TestRenderWidgetHostView::AllocBackingStore( in AllocBackingStore() function in content::TestRenderWidgetHostView
|
D | test_render_view_host.h | 125 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
|