Home
last modified time | relevance | path

Searched refs:PaintPhaseForeground (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderReplica.cpp65 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask) in paint()
71 if (paintInfo.phase == PaintPhaseForeground) in paint()
DPaintPhase.h49 PaintPhaseForeground, enumerator
DRenderFileUploadControl.cpp219 …if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds)… in paintObject()
228 if (paintInfo.phase == PaintPhaseForeground) { in paintObject()
272 … if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds) in paintObject()
DRenderReplaced.cpp113 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
124 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection) in paint()
168 …if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.p… in shouldPaint()
DInlineBox.cpp164 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && pa… in paint()
183 info.phase = PaintPhaseForeground; in paint()
DRenderWidget.cpp261 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
269 if (!m_frameView || paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) in paint()
DRenderDetailsMarker.cpp123 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) { in paint()
DRenderScrollbarPart.cpp179 paintInfo.phase = PaintPhaseForeground; in paintIntoRect()
DRenderDataGrid.cpp146 if (paintInfo.phase != PaintPhaseForeground) in paintObject()
DRenderListBox.cpp265 if (paintInfo.phase == PaintPhaseForeground) { in paintObject()
279 case PaintPhaseForeground: in paintObject()
DRenderLineBoxList.cpp206 …if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo… in paint()
DRootInlineBox.cpp139 && paintInfo.phase == PaintPhaseForeground) in paintEllipsisBox()
162 …erer()) || renderer()->style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground) in paintCustomHighlight()
DRenderTextControl.cpp668 if (m_placeholderVisible && paintInfo.phase == PaintPhaseForeground) in paintObject()
DRenderFrameSet.cpp126 if (paintInfo.phase != PaintPhaseForeground) in paint()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGContainer.cpp116 if (childPaintInfo.phase == PaintPhaseForeground) in paint()
125 if (paintInfo.phase == PaintPhaseForeground) in paint()
DSVGInlineFlowBox.cpp39 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground()
53 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
DRenderSVGImage.cpp117 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) { in paint()
121 if (childPaintInfo.phase == PaintPhaseForeground) { in paint()
DRenderSVGPath.cpp214 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) { in paint()
218 if (childPaintInfo.phase == PaintPhaseForeground) { in paint()
DRenderSVGRoot.cpp180 if (childPaintInfo.phase == PaintPhaseForeground) in paint()
186 if (childPaintInfo.phase == PaintPhaseForeground) in paint()
DSVGImageBufferTools.cpp82 PaintInfo info(image->context(), PaintInfo::infiniteRect(), PaintPhaseForeground, 0, 0, 0); in renderSubtreeToImageBuffer()
DRenderSVGText.cpp237 if (paintInfo.phase != PaintPhaseForeground in paint()
DSVGRootInlineBox.cpp40 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
DSVGInlineTextBox.cpp164 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground()
247 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.cpp82 if (info.context->paintingDisabled() || info.phase != PaintPhaseForeground) in paint()
DRenderMathMLFraction.cpp137 if (info.context->paintingDisabled() || info.phase != PaintPhaseForeground) in paint()

12