SelectionStart    182 Source/core/page/TouchAdjustment.cpp         case RenderObject::SelectionStart:
SelectionStart    152 Source/core/rendering/InlineTextBox.cpp     if (state == RenderObject::SelectionStart || state == RenderObject::SelectionEnd || state == RenderObject::SelectionBoth) {
SelectionStart    162 Source/core/rendering/InlineTextBox.cpp         bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
SelectionStart    166 Source/core/rendering/InlineTextBox.cpp             state = RenderObject::SelectionStart;
SelectionStart    170 Source/core/rendering/InlineTextBox.cpp                  (state == RenderObject::SelectionStart || endPos > lastSelectable))
SelectionStart    805 Source/core/rendering/InlineTextBox.cpp         if (renderer().selectionState() == RenderObject::SelectionStart)
SelectionStart   2361 Source/core/rendering/RenderBlock.cpp             if (paintsOwnSelection && (childState == SelectionStart || sawSelectionEnd))
SelectionStart   2445 Source/core/rendering/RenderBlock.cpp               (state == RenderObject::SelectionStart && !ltr);
SelectionStart   2447 Source/core/rendering/RenderBlock.cpp                (state == RenderObject::SelectionStart && ltr) ||
SelectionStart   2607 Source/core/rendering/RenderBlockFlow.cpp     bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth;
SelectionStart   2629 Source/core/rendering/RenderBlockFlow.cpp         if (!containsStart && !lastSelectedLine && selectionState() != SelectionStart && selectionState() != SelectionBoth) {
SelectionStart     76 Source/core/rendering/RenderBoxModelObject.cpp     if ((state == SelectionStart && selectionState() == SelectionEnd)
SelectionStart     77 Source/core/rendering/RenderBoxModelObject.cpp         || (state == SelectionEnd && selectionState() == SelectionStart))
SelectionStart   2571 Source/core/rendering/RenderObject.cpp     return st == SelectionStart || st == SelectionEnd || st == SelectionBoth;
SelectionStart    609 Source/core/rendering/RenderReplaced.cpp     if (s == SelectionStart)
SelectionStart   1202 Source/core/rendering/RenderText.cpp         if (state == SelectionStart || state == SelectionEnd || state == SelectionBoth) {
SelectionStart   1205 Source/core/rendering/RenderText.cpp             if (selectionState() == SelectionStart) {
SelectionStart   1623 Source/core/rendering/RenderText.cpp         if (selectionState() == SelectionStart)
SelectionStart    669 Source/core/rendering/RenderView.cpp             start->setSelectionStateIfNeeded(SelectionStart);
SelectionStart    364 Source/core/rendering/RootInlineBox.cpp         if ((boxState == RenderObject::SelectionStart && state == RenderObject::SelectionEnd) ||
SelectionStart    365 Source/core/rendering/RootInlineBox.cpp             (boxState == RenderObject::SelectionEnd && state == RenderObject::SelectionStart))
SelectionStart    368 Source/core/rendering/RootInlineBox.cpp                  ((boxState == RenderObject::SelectionStart || boxState == RenderObject::SelectionEnd) &&
SelectionStart    371 Source/core/rendering/RootInlineBox.cpp         else if (boxState == RenderObject::SelectionNone && state == RenderObject::SelectionStart) {
SelectionStart    440 Source/core/rendering/RootInlineBox.cpp             if (lastLineSelectionState != RenderObject::SelectionInside && lastLineSelectionState != RenderObject::SelectionStart)