Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionState

140     // See the corresponding code in InlineTextBox::selectionState.
145 RenderObject::SelectionState InlineTextBox::selectionState()
147 RenderObject::SelectionState state = renderer()->selectionState();
499 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
808 if (renderer()->selectionState() == RenderObject::SelectionInside) {
813 if (renderer()->selectionState() == RenderObject::SelectionStart)
815 else if (renderer()->selectionState() == RenderObject::SelectionEnd)