Home
last modified time | relevance | path

Searched refs:PaintPhaseSelection (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp105 …orations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)) in paint()
116 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection) in paint()
123 if (paintInfo.phase == PaintPhaseSelection) { in paint()
161 && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask) in shouldPaint()
DPaintPhase.h49 PaintPhaseSelection, enumerator
DInlineBox.cpp164 …renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)) in paint()
174 …bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextCl… in paint()
DRenderEmbeddedObject.cpp153 if (paintInfo.phase == PaintPhaseSelection) in paintReplaced()
DRenderWidget.cpp257 …corations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)) in paint()
DInlineTextBox.cpp490 if (!haveSelection && paintInfo.phase == PaintPhaseSelection) in paint()
544 …if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting… in paint()
593 bool paintSelectedTextOnly = (paintInfo.phase == PaintPhaseSelection); in paint()
735 if (textDecorations != TDNONE && paintInfo.phase != PaintPhaseSelection) { in paint()
DRenderLineBoxList.cpp206 …if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo… in paint()
DRenderImage.cpp253 if (paintInfo.phase == PaintPhaseSelection) in paintReplaced()
DRenderLayerBacking.cpp1155 … selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, in paintIntoLayer()
DRenderBlock.cpp2378 …paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == Pai… in paintColumnContents()
2522 …if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhase… in paintObject()
2526 …paintFloats(paintInfo, scrolledX, scrolledY, paintPhase == PaintPhaseSelection || paintPhase == Pa… in paintObject()
DRenderLayer.cpp2688 … selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, in paintLayer()
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.cpp39 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground()
53 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
DSVGInlineTextBox.cpp164 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground()
175 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; in paintSelectionBackground()
247 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
259 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; in paint()
DRenderSVGText.cpp239 && paintInfo.phase != PaintPhaseSelection) in paint()
DSVGRootInlineBox.cpp40 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3138499 bail out if phase is PaintPhaseSelection and forceWhiteText is true
39675 from the paint bounds since PaintPhaseSelection was not considered when
DChangeLog-2010-12-06113718 …(WebCore::RenderSVGText::paint): Accept a new painting phase: PaintPhaseSelection, used by Safari …
113722 …ting is not disabled, for consistency. Change paint phase assertion to include PaintPhaseSelection.
113729 …(WebCore::SVGInlineTextBox::paintText): In PaintPhaseSelection, only paint selected text, not anyt…
113733 … (WebCore::SVGRootInlineBox::paint): Change paint phase assertion to include PaintPhaseSelection.