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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h 358 double m_secondaryBackingStoreBytes;
RenderLayerCompositor.cpp 237 , m_secondaryBackingStoreBytes(0)
423 m_secondaryBackingStoreBytes = 0;
460 m_secondaryCompositedLayerCount, m_obligatoryBackingStoreBytes / 1024, m_secondaryBackingStoreBytes / 1024, (m_obligatoryBackingStoreBytes + m_secondaryBackingStoreBytes) / 1024, 1000.0 * (endTime - startTime));
495 m_secondaryBackingStoreBytes += backing->backingStoreMemoryEstimate();
    [all...]

Completed in 27 milliseconds