Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionState

63 RenderObject::SelectionState InlineTextBox::selectionState()
65 RenderObject::SelectionState state = renderer()->selectionState();
347 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
557 if (renderer()->selectionState() == RenderObject::SelectionInside) {
562 if (renderer()->selectionState() == RenderObject::SelectionStart)
564 else if (renderer()->selectionState() == RenderObject::SelectionEnd)