HomeSort by relevance Sort by last modified time
    Searched defs:BackingStoreGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.h 26 class CONTENT_EXPORT BackingStoreGtk : public BackingStore {
31 BackingStoreGtk(RenderWidgetHost* widget,
38 BackingStoreGtk(RenderWidgetHost* widget, const gfx::Size& size);
40 virtual ~BackingStoreGtk();
102 DISALLOW_COPY_AND_ASSIGN(BackingStoreGtk);
backing_store_gtk.cc 246 BackingStoreGtk::BackingStoreGtk(RenderWidgetHost* widget,
281 BackingStoreGtk::BackingStoreGtk(RenderWidgetHost* widget,
296 BackingStoreGtk::~BackingStoreGtk() {
306 size_t BackingStoreGtk::MemorySize() {
313 void BackingStoreGtk::PaintRectWithoutXrender(
344 void BackingStoreGtk::PaintToBackingStore(
516 bool BackingStoreGtk::CopyFromBackingStore(const gfx::Rect& rect
    [all...]

Completed in 82 milliseconds