Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h42 PaintPhaseChildBlockBackground, enumerator
DGraphicsContextAnnotator.cpp47 case WebCore::PaintPhaseChildBlockBackground: in paintPhaseName()
DRenderTableRow.cpp257 …aintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) { in paint()
DRenderTable.cpp661 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && h… in paintObject()
675 paintPhase = PaintPhaseChildBlockBackground; in paintObject()
688 …if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == … in paintObject()
DRenderListBox.cpp310 case PaintPhaseChildBlockBackground: in paintObject()
DRenderBlock.cpp1959 …= VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && pa… in paint()
2121 …newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPha… in paintContents()
2213 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && s… in paintObject()
DRenderTableSection.cpp1333 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) { in paintCell()
DRenderBox.cpp1722 else if (paintInfo.phase == PaintPhaseChildBlockBackground) { in pushContentsClip()
1743 } else if (originalPhase == PaintPhaseChildBlockBackground) in popContentsClip()