Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h62 PaintBehaviorSkipRootBackground = 1 << 4, enumerator
DPaintInfo.h85 bool skipRootBackground() const { return paintBehavior & PaintBehaviorSkipRootBackground; } in skipRootBackground()
DRenderLayer.cpp1867 paintBehavior |= PaintBehaviorSkipRootBackground; in paintLayerContents()