Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionState

119 RenderObject::SelectionState InlineTextBox::selectionState()
121 RenderObject::SelectionState state = renderer()->selectionState();
490 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
777 if (renderer()->selectionState() == RenderObject::SelectionInside) {
782 if (renderer()->selectionState() == RenderObject::SelectionStart)
784 else if (renderer()->selectionState() == RenderObject::SelectionEnd)