Searched refs:PaintPhaseSelection (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderReplaced.cpp | 105 …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()
|
D | PaintPhase.h | 49 PaintPhaseSelection, enumerator
|
D | InlineBox.cpp | 164 …renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)) in paint() 174 …bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextCl… in paint()
|
D | RenderEmbeddedObject.cpp | 153 if (paintInfo.phase == PaintPhaseSelection) in paintReplaced()
|
D | RenderWidget.cpp | 257 …corations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)) in paint()
|
D | InlineTextBox.cpp | 490 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()
|
D | RenderLineBoxList.cpp | 206 …if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo… in paint()
|
D | RenderImage.cpp | 253 if (paintInfo.phase == PaintPhaseSelection) in paintReplaced()
|
D | RenderLayerBacking.cpp | 1155 … selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, in paintIntoLayer()
|
D | RenderBlock.cpp | 2378 …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()
|
D | RenderLayer.cpp | 2688 … selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, in paintLayer()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineFlowBox.cpp | 39 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground() 53 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
|
D | SVGInlineTextBox.cpp | 164 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()
|
D | RenderSVGText.cpp | 239 && paintInfo.phase != PaintPhaseSelection) in paint()
|
D | SVGRootInlineBox.cpp | 40 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 38499 bail out if phase is PaintPhaseSelection and forceWhiteText is true 39675 from the paint bounds since PaintPhaseSelection was not considered when
|
D | ChangeLog-2010-12-06 | 113718 …(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.
|