Searched refs:PaintPhaseBlockBackground (Results 1 – 13 of 13) sorted by relevance
41 PaintPhaseBlockBackground, enumerator
45 case WebCore::PaintPhaseBlockBackground: in paintPhaseName()
188 …PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBe… in paintIntoRect()
257 …if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackgro… in paint()
76 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { in paint()
661 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && h… in paintObject()670 if (paintPhase == PaintPhaseBlockBackground) in paintObject()
306 case PaintPhaseBlockBackground: in paintObject()
1959 …OverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase… in paint()2162 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintAsInlineBlock()2213 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && s… in paintObject()2231 if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly()) in paintObject()
1333 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) { in paintCell()
1685 …if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseSelfOutline || pa… in pushContentsClip()1723 paintInfo.phase = PaintPhaseBlockBackground; in pushContentsClip()
1881 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintFloats()
2381 …o(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseBlockBackground, paintBe… in paintBackgroundForFragments()
73 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paint()