Home | History | Annotate | Download | only in rendering

Lines Matching refs:SelectionStart

3366     if (view() && view()->selectionStart()) {
3367 Node* startElement = view()->selectionStart()->node();
3515 bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth;
3538 selectionState() != SelectionStart && selectionState() != SelectionBoth)
3601 if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd))
3685 (state == RenderObject::SelectionStart && !ltr);
3687 (state == RenderObject::SelectionStart && ltr) ||