Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1988 bool isPaintingCompositedBackground = paintFlags & PaintLayerPaintingCompositingBackgroundPhase; in paintLayerContents() local
1997 && ((isPaintingScrollingContent && isPaintingCompositedBackground) in paintLayerContents()
2117 …bool shouldPaintBackground = isPaintingCompositedBackground && shouldPaintContent && !selectionOnl… in paintLayerContents()
2118 … && isPaintingOverflowContents) || (!isPaintingScrollingContent && isPaintingCompositedBackground); in paintLayerContents()