Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h63 PaintBehaviorRootBackgroundOnly = 1 << 5 enumerator
DPaintInfo.h86 bool paintRootBackgroundOnly() const { return paintBehavior & PaintBehaviorRootBackgroundOnly; } in paintRootBackgroundOnly()
DRenderLayer.cpp2084 paintBehavior |= PaintBehaviorRootBackgroundOnly; in paintLayerContents()