Home
last modified time | relevance | path

Searched refs:haveSelection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp53 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint() local
55 if (haveSelection) in paint()
61 if (haveSelection) in paint()
DTextPainter.cpp150 TextPainter::Style TextPainter::selectionPaintingStyle(RenderObject& renderer, bool haveSelection, … in selectionPaintingStyle() argument
154 if (haveSelection) { in selectionPaintingStyle()
DTextPainter.h59 …static Style selectionPaintingStyle(RenderObject&, bool haveSelection, bool forceBlackText, bool i…
DInlineTextBox.cpp408 …bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != R… in paint() local
409 if (!haveSelection && paintInfo.phase == PaintPhaseSelection) in paint()
452 …tyle selectionStyle = TextPainter::selectionPaintingStyle(renderer(), haveSelection, paintInfo.for… in paint()
472 if (haveSelection && !useCustomUnderlines) in paint()