Home
last modified time | relevance | path

Searched refs:PaintPhaseBlockBackground (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h41 PaintPhaseBlockBackground, enumerator
DGraphicsContextAnnotator.cpp45 case WebCore::PaintPhaseBlockBackground: in paintPhaseName()
DRenderScrollbarPart.cpp188 …PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBe… in paintIntoRect()
DRenderTableRow.cpp257 …if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackgro… in paint()
DRenderTextControlSingleLine.cpp76 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { in paint()
DRenderTable.cpp661 …if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && h… in paintObject()
670 if (paintPhase == PaintPhaseBlockBackground) in paintObject()
DRenderListBox.cpp306 case PaintPhaseBlockBackground: in paintObject()
DRenderBlock.cpp1959 …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()
DRenderTableSection.cpp1333 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) { in paintCell()
DRenderBox.cpp1685 …if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseSelfOutline || pa… in pushContentsClip()
1723 paintInfo.phase = PaintPhaseBlockBackground; in pushContentsClip()
DRenderBlockFlow.cpp1881 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paintFloats()
DRenderLayer.cpp2381 …o(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseBlockBackground, paintBe… in paintBackgroundForFragments()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.cpp73 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paint()