HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhaseBlockBackground (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 41 PaintPhaseBlockBackground,
GraphicsContextAnnotator.cpp 53 case blink::PaintPhaseBlockBackground:
RenderScrollbarPart.cpp 180 PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBehaviorNormal);
RenderTextControlSingleLine.cpp 73 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) {
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableRowPainter.cpp 23 if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground)
BlockFlowPainter.cpp 26 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
SVGForeignObjectPainter.cpp 40 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
TablePainter.cpp 42 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && m_renderTable.hasBoxDecorationBackground() && m_renderTable.style()->visibility() == VISIBLE)
51 if (paintPhase == PaintPhaseBlockBackground)
BlockPainter.cpp 73 if (m_renderBlock.hasOverflowClip() && m_renderBlock.style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(&m_renderBlock) && !paintInfo.paintRootBackgroundOnly())
126 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
150 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && m_renderBlock.style()->visibility() == VISIBLE) {
168 if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly())
TableSectionPainter.cpp 164 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {

Completed in 480 milliseconds