Searched refs:BackingStoreGtk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_gtk.h26 class CONTENT_EXPORT BackingStoreGtk : public BackingStore { class in namespace:content
31 BackingStoreGtk(RenderWidgetHost* widget,
38 BackingStoreGtk(RenderWidgetHost* widget, const gfx::Size& size);
40 virtual ~BackingStoreGtk();
102 DISALLOW_COPY_AND_ASSIGN(BackingStoreGtk);
H A Dbacking_store_gtk.cc246 BackingStoreGtk::BackingStoreGtk(RenderWidgetHost* widget, function in class:content::BackingStoreGtk
281 BackingStoreGtk::BackingStoreGtk(RenderWidgetHost* widget, function in class:content::BackingStoreGtk
296 BackingStoreGtk::~BackingStoreGtk() {
306 size_t BackingStoreGtk::MemorySize() {
313 void BackingStoreGtk::PaintRectWithoutXrender(
344 void BackingStoreGtk::PaintToBackingStore(
516 bool BackingStoreGtk
[all...]
H A Drender_widget_host_view_gtk.cc1037 return new BackingStoreGtk(host_, size,
1178 BackingStoreGtk* backing_store = static_cast<BackingStoreGtk*>(
H A Drender_widget_host_impl.cc691 (static_cast<BackingStoreGtk*>(backing_store))->PaintToRect(

Completed in 59 milliseconds