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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h 356 int m_secondaryCompositedLayerCount; // count of layers that have to be composited because of stacking or overlap.
RenderLayerCompositor.cpp 235 , m_secondaryCompositedLayerCount(0)
421 m_secondaryCompositedLayerCount = 0;
459 m_obligateCompositedLayerCount + m_secondaryCompositedLayerCount, m_obligateCompositedLayerCount,
460 m_secondaryCompositedLayerCount, m_obligatoryBackingStoreBytes / 1024, m_secondaryBackingStoreBytes / 1024, (m_obligatoryBackingStoreBytes + m_secondaryBackingStoreBytes) / 1024, 1000.0 * (endTime - startTime));
494 ++m_secondaryCompositedLayerCount;
    [all...]

Completed in 22 milliseconds