Home | History | Annotate | Download | only in rendering

Lines Matching defs:backingStoreMemoryEstimate

1897 double RenderLayerBacking::backingStoreMemoryEstimate() const
1902 backingMemory = m_graphicsLayer->backingStoreMemoryEstimate();
1904 backingMemory += m_foregroundLayer->backingStoreMemoryEstimate();
1906 backingMemory += m_backgroundLayer->backingStoreMemoryEstimate();
1908 backingMemory += m_maskLayer->backingStoreMemoryEstimate();
1911 backingMemory += m_scrollingContentsLayer->backingStoreMemoryEstimate();
1914 backingMemory += m_layerForHorizontalScrollbar->backingStoreMemoryEstimate();
1917 backingMemory += m_layerForVerticalScrollbar->backingStoreMemoryEstimate();
1920 backingMemory += m_layerForScrollCorner->backingStoreMemoryEstimate();