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

  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.h 25 class BackingStoreAura : public BackingStore {
27 CONTENT_EXPORT BackingStoreAura(
31 virtual ~BackingStoreAura();
61 DISALLOW_COPY_AND_ASSIGN(BackingStoreAura);
backing_store_aura.cc 37 BackingStoreAura::BackingStoreAura(RenderWidgetHost* widget,
49 BackingStoreAura::~BackingStoreAura() {
52 void BackingStoreAura::SkiaShowRect(const gfx::Point& point,
59 void BackingStoreAura::ScaleFactorChanged(float device_scale_factor) {
85 size_t BackingStoreAura::MemorySize() {
91 void BackingStoreAura::PaintToBackingStore(
143 void BackingStoreAura::ScrollBackingStore(const gfx::Vector2d& delta,
159 bool BackingStoreAura::CopyFromBackingStore(const gfx::Rect& rect
    [all...]

Completed in 23 milliseconds