HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhaseForeground (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/paint/
SVGTextPainter.cpp 17 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
28 if (paintInfo.phase == PaintPhaseForeground) {
ReplicaPainter.cpp 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
24 if (paintInfo.phase == PaintPhaseForeground) {
SVGForeignObjectPainter.cpp 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
31 if (paintInfo.phase == PaintPhaseForeground) {
47 childPaintInfo.phase = PaintPhaseForeground;
BlockFlowPainter.cpp 38 currentPaintInfo.phase = PaintPhaseForeground;
LineBoxListPainter.cpp 20 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
SVGImagePainter.cpp 25 if (paintInfo.phase != PaintPhaseForeground
BlockPainter.cpp 52 if (m_renderBlock.hasOverflowClip() && !m_renderBlock.hasControlClip() && !(m_renderBlock.shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
105 if (!paintInfo.shouldPaintWithinRoot(&inlineBox.renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
117 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
133 info.phase = PaintPhaseForeground;
206 // If the caret's node's render object's containing block is this block, and the paint action is PaintPhaseForeground,
208 if (paintPhase == PaintPhaseForeground)
428 if (m_renderBlock.shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
DetailsMarkerPainter.cpp 18 if (paintInfo.phase != PaintPhaseForeground || m_renderDetailsMarker.style()->visibility() != VISIBLE) {
MultiColumnSetPainter.cpp 28 if (!m_renderMultiColumnSet.flowThread() || !m_renderMultiColumnSet.isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
ListMarkerPainter.cpp 24 if (paintInfo.phase != PaintPhaseForeground)
InlineFlowBoxPainter.cpp 65 } else if (paintInfo.phase == PaintPhaseForeground) {
180 ASSERT(paintInfo.phase == PaintPhaseForeground);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 45 PaintPhaseForeground,
GraphicsContextAnnotator.cpp 61 case blink::PaintPhaseForeground:
RenderFileUploadControl.cpp 97 if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds) {
106 if (paintInfo.phase == PaintPhaseForeground) {
RenderWidget.cpp 205 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
216 if (paintInfo.phase != PaintPhaseForeground)
RenderReplaced.cpp 117 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
132 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
182 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.phase != PaintPhaseSelfOutline
RenderScrollbarPart.cpp 186 paintInfo.phase = PaintPhaseForeground;
RenderFrameSet.cpp 127 if (paintInfo.phase != PaintPhaseForeground)
  /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);
RenderSVGContainer.cpp 130 if (childPaintInfo.phase == PaintPhaseForeground) {
150 if (paintInfo.phase == PaintPhaseForeground && style()->outlineWidth() && style()->visibility() == VISIBLE) {
SVGRenderingContext.cpp 250 PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
SVGRootInlineBox.cpp 37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
RenderSVGRoot.cpp 224 // SVG outlines are painted during PaintPhaseForeground.
256 if (childPaintInfo.phase == PaintPhaseForeground) {
RenderSVGShape.cpp 240 if (paintInfo.phase != PaintPhaseForeground
SVGInlineTextBox.cpp 189 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
243 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);

Completed in 424 milliseconds

1 2