selectionStart   1584 Source/core/accessibility/AXRenderObject.cpp         return PlainTextRange(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());
selectionStart    795 Source/core/editing/Editor.cpp         if (Node* selectionStart = selection.start().deprecatedNode()) {
selectionStart    796 Source/core/editing/Editor.cpp             RefPtr<Document> document(selectionStart->document());
selectionStart    227 Source/core/editing/InputMethodController.cpp void InputMethodController::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd)
selectionStart    310 Source/core/editing/InputMethodController.cpp             unsigned start = std::min(baseOffset + selectionStart, extentOffset);
selectionStart     54 Source/core/editing/InputMethodController.h     void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
selectionStart     54 Source/core/editing/MoveSelectionCommand.cpp         Position selectionStart = endingSelection().start();
selectionStart     55 Source/core/editing/MoveSelectionCommand.cpp         if (selectionStart.anchorType() == Position::PositionIsOffsetInAnchor && selectionStart.containerNode() == pos.containerNode())
selectionStart     56 Source/core/editing/MoveSelectionCommand.cpp             pos.moveToOffset(pos.offsetInContainerNode() + selectionStart.offsetInContainerNode());
selectionStart    521 Source/core/html/HTMLInputElement.cpp     return HTMLTextFormControlElement::selectionStart();
selectionStart    172 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(min(end, selectionStart()), end, selectionDirection());
selectionStart    177 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(selectionStart(), selectionEnd(), direction);
selectionStart    203 Source/core/html/HTMLTextFormControlElement.cpp     setRangeText(replacement, selectionStart(), selectionEnd(), String(), exceptionState);
selectionStart    218 Source/core/html/HTMLTextFormControlElement.cpp     unsigned newSelectionStart = selectionStart();
selectionStart     61 Source/core/html/HTMLTextFormControlElement.h     int selectionStart() const;
selectionStart     64 Source/core/html/ime/InputMethodContext.h     int selectionStart() const;
selectionStart   2194 Source/core/rendering/RenderBlock.cpp     if (view() && view()->selectionStart()) {
selectionStart   2195 Source/core/rendering/RenderBlock.cpp         Node* startElement = view()->selectionStart()->node();
selectionStart    607 Source/core/rendering/RenderReplaced.cpp     int selectionStart, selectionEnd;
selectionStart    608 Source/core/rendering/RenderReplaced.cpp     selectionStartEnd(selectionStart, selectionEnd);
selectionStart    610 Source/core/rendering/RenderReplaced.cpp         return selectionStart == 0;
selectionStart    616 Source/core/rendering/RenderReplaced.cpp         return selectionStart == 0 && selectionEnd == end;
selectionStart     89 Source/core/rendering/RenderView.h     RenderObject* selectionStart() const { return m_selectionStart; }
selectionStart    737 Source/web/WebAXObject.cpp     VisiblePosition position = m_private->visiblePositionForIndex(selectionStart());
selectionStart    750 Source/web/WebAXObject.cpp void WebAXObject::setSelectedTextRange(int selectionStart, int selectionEnd) const
selectionStart    755 Source/web/WebAXObject.cpp     m_private->setSelectedTextRange(AXObject::PlainTextRange(selectionStart, selectionEnd - selectionStart));
selectionStart    157 Source/web/WebFormControlElement.cpp         return constUnwrap<HTMLInputElement>()->selectionStart();
selectionStart    159 Source/web/WebFormControlElement.cpp         return constUnwrap<HTMLTextAreaElement>()->selectionStart();
selectionStart     84 Source/web/WebPopupMenuImpl.h         int selectionStart, int selectionEnd) OVERRIDE FINAL;
selectionStart     40 Source/web/WebTextInputInfo.cpp         && selectionStart == other.selectionStart
selectionStart   1927 Source/web/WebViewImpl.cpp     int selectionStart,
selectionStart   1935 Source/web/WebViewImpl.cpp         return plugin->setComposition(text, underlines, selectionStart, selectionEnd);
selectionStart   1974 Source/web/WebViewImpl.cpp                            selectionStart, selectionEnd);
selectionStart   2056 Source/web/WebViewImpl.cpp             info.selectionStart = plainTextRange.start();
selectionStart    145 Source/web/WebViewImpl.h         int selectionStart,
selectionStart    518 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(5, info.selectionStart);
selectionStart    531 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(8, info.selectionStart);
selectionStart    551 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(3, info.selectionStart);
selectionStart    558 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(3, info.selectionStart);
selectionStart    566 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(6, info.selectionStart);
selectionStart    573 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(8, info.selectionStart);
selectionStart    593 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(4, info.selectionStart);
selectionStart    600 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(4, info.selectionStart);
selectionStart    608 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(5, info.selectionStart);
selectionStart    625 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(5, info.selectionStart);
selectionStart    646 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(4, info.selectionStart);
selectionStart    653 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(4, info.selectionStart);
selectionStart    680 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(31, info.selectionStart);
selectionStart    689 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(34, info.selectionStart);
selectionStart    710 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(11, info.selectionStart);
selectionStart    719 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(6, info.selectionStart);
selectionStart    727 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(8, info.selectionStart);
selectionStart    735 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(11, info.selectionStart);
selectionStart    743 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(6, info.selectionStart);
selectionStart    751 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(2, info.selectionStart);
selectionStart   1177 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(4, info.selectionStart);
selectionStart   1207 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(0, info.selectionStart);
selectionStart    150 public/web/WebAXObject.h     BLINK_EXPORT unsigned selectionStart() const;
selectionStart    183 public/web/WebAXObject.h     BLINK_EXPORT void setSelectedTextRange(int selectionStart, int selectionEnd) const;
selectionStart     99 public/web/WebFormControlElement.h     BLINK_EXPORT int selectionStart() const;
selectionStart    136 public/web/WebPlugin.h     virtual bool setComposition(const WebString& text, const WebVector<WebCompositionUnderline>& underlines, int selectionStart, int selectionEnd) { return false; }
selectionStart     42 public/web/WebTextInputInfo.h     int selectionStart;
selectionStart     62 public/web/WebTextInputInfo.h         , selectionStart(0)
selectionStart    163 public/web/WebWidget.h         int selectionStart,