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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 176 double backingStoreMemoryEstimate() const;
RenderLayerBacking.cpp     [all...]
RenderLayerCompositor.cpp 492 m_obligatoryBackingStoreBytes += backing->backingStoreMemoryEstimate();
495 m_secondaryBackingStoreBytes += backing->backingStoreMemoryEstimate();
504 backing->backingStoreMemoryEstimate() / 1024,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 400 double backingStoreMemoryEstimate() const;
GraphicsLayer.cpp 664 double GraphicsLayer::backingStoreMemoryEstimate() const
    [all...]

Completed in 34 milliseconds