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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 49 PaintPhaseSelection,
GraphicsContextAnnotator.cpp 69 case blink::PaintPhaseSelection:
RenderReplaced.cpp 117 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
132 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
139 if (paintInfo.phase == PaintPhaseSelection) {
183 && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask && paintInfo.phase != PaintPhaseClippingMask)
EllipsisBox.cpp 57 else if (paintInfo.phase == PaintPhaseSelection)
RenderEmbeddedObject.cpp 130 if (paintInfo.phase == PaintPhaseSelection)
RenderWidget.cpp 205 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
InlineTextBox.cpp 409 if (!haveSelection && paintInfo.phase == PaintPhaseSelection)
453 bool paintSelectedTextOnly = (paintInfo.phase == PaintPhaseSelection);
465 if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) {
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
SVGTextPainter.cpp 17 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
SVGForeignObjectPainter.cpp 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
38 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
LineBoxListPainter.cpp 20 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
BlockPainter.cpp 105 if (!paintInfo.shouldPaintWithinRoot(&inlineBox.renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
117 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
124 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
186 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
190 m_renderBlock.paintFloats(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);
391 m_renderBlock.paintFloats(info, adjustedPaintOffset, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
MultiColumnSetPainter.cpp 28 if (!m_renderMultiColumnSet.flowThread() || !m_renderMultiColumnSet.isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
ImagePainter.cpp 79 if (paintInfo.phase == PaintPhaseSelection)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 34 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
47 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
SVGInlineTextBox.cpp 189 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
199 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
243 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
254 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
SVGRootInlineBox.cpp 37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);

Completed in 481 milliseconds