Home
last modified time | relevance | path

Searched refs:isBackgroundLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h63 bool isBackgroundLayer; member
DCompositedLayerMapping.cpp1829 if (paintInfo.isBackgroundLayer) in doPaintTask()
1859 ASSERT(!paintInfo.isBackgroundLayer || paintFlags & PaintLayerPaintingRootBackgroundOnly); in doPaintTask()
1910 paintInfo.isBackgroundLayer = (graphicsLayer == m_backgroundLayer); in paintContents()
2123 paintInfo.isBackgroundLayer = false; in addRenderLayerToSquashingGraphicsLayer()