Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintInfo.h88 bool paintRootBackgroundOnly() const { return paintBehavior & PaintBehaviorRootBackgroundOnly; } in paintRootBackgroundOnly() function
DRenderBlock.cpp1959 …dBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !paintInfo.paintRootBackgroundOnly()) in paint()
2216 if (hasColumns() && !paintInfo.paintRootBackgroundOnly()) in paintObject()
2231 if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly()) in paintObject()