Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionState

155     // See the corresponding code in InlineTextBox::selectionState.
160 RenderObject::SelectionState InlineTextBox::selectionState() const
162 RenderObject::SelectionState state = renderer().selectionState();
408 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
579 if (renderer().selectionState() == RenderObject::SelectionInside) {
584 if (renderer().selectionState() == RenderObject::SelectionStart)
586 else if (renderer().selectionState() == RenderObject::SelectionEnd)