setSelectionRange 1606 Source/core/accessibility/AXRenderObject.cpp         textControl->setSelectionRange(range.start, range.start + range.length);
setSelectionRange  575 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setSelectionRange(start, end);
setSelectionRange  584 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setSelectionRange(start, end, direction);
setSelectionRange  989 Source/core/html/HTMLInputElement.cpp         setSelectionRange(max, max);
setSelectionRange  247 Source/core/html/HTMLTextAreaElement.cpp         setSelectionRange(0, 0);
setSelectionRange  379 Source/core/html/HTMLTextAreaElement.cpp         setSelectionRange(endOfString, endOfString);
setSelectionRange  167 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(start, max(start, selectionEnd()), selectionDirection());
setSelectionRange  172 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(min(end, selectionStart()), end, selectionDirection());
setSelectionRange  177 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(selectionStart(), selectionEnd(), direction);
setSelectionRange  182 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(0, numeric_limits<int>::max(), SelectionHasNoDirection);
setSelectionRange  259 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(newSelectionStart, newSelectionEnd, SelectionHasNoDirection);
setSelectionRange  270 Source/core/html/HTMLTextFormControlElement.cpp     return setSelectionRange(start, end, direction);
setSelectionRange  467 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(m_cachedSelectionStart, m_cachedSelectionEnd, m_cachedSelectionDirection);
setSelectionRange   70 Source/core/html/HTMLTextFormControlElement.h     void setSelectionRange(int start, int end, const String& direction);
setSelectionRange   71 Source/core/html/HTMLTextFormControlElement.h     void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection);
setSelectionRange  162 Source/core/html/forms/TextFieldInputType.cpp         input->setSelectionRange(max, max);
setSelectionRange  149 Source/web/WebFormControlElement.cpp         unwrap<HTMLInputElement>()->setSelectionRange(start, end);
setSelectionRange  151 Source/web/WebFormControlElement.cpp         unwrap<HTMLTextAreaElement>()->setSelectionRange(start, end);
setSelectionRange 2613 Source/web/tests/WebFrameTest.cpp     webViewHelper.webView()->mainFrame()->document().getElementById("EditBoxWithText").to<WebInputElement>().setSelectionRange(1000, 1000);
setSelectionRange 4356 Source/web/tests/WebFrameTest.cpp     webInputElement.setSelectionRange(0, 0);
setSelectionRange   95 public/web/WebFormControlElement.h     BLINK_EXPORT void setSelectionRange(int start, int end);