Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionStart

2757     if (view() && view()->selectionStart()) {
2758 Node* startElement = view()->selectionStart()->node();
2906 bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth;
2929 selectionState() != SelectionStart && selectionState() != SelectionBoth)
2992 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd))
3076 (state == RenderObject::SelectionStart && !ltr);
3078 (state == RenderObject::SelectionStart && ltr) ||