Searched refs:PaintPhaseChildBlockBackground (Results 1 – 8 of 8) sorted by relevance
42 PaintPhaseChildBlockBackground, enumerator
47 case WebCore::PaintPhaseChildBlockBackground: in paintPhaseName()
257 …aintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) { in paint()
661 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && h… in paintObject()675 paintPhase = PaintPhaseChildBlockBackground; in paintObject()688 …if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == … in paintObject()
310 case PaintPhaseChildBlockBackground: in paintObject()
1959 …= 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()
1333 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) { in paintCell()
1722 else if (paintInfo.phase == PaintPhaseChildBlockBackground) { in pushContentsClip()1743 } else if (originalPhase == PaintPhaseChildBlockBackground) in popContentsClip()