Home
last modified time | relevance | path

Searched refs:setSelectionRange (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DJSHTMLInputElementCustom.cpp72 JSValue JSHTMLInputElement::setSelectionRange(ExecState* exec) in setSelectionRange() function in WebCore::JSHTMLInputElement
81 input->setSelectionRange(start, end); in setSelectionRange()
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp128 void WebInputElement::setSelectionRange(int start, int end) in setSelectionRange() function in WebKit::WebInputElement
130 unwrap<HTMLInputElement>()->setSelectionRange(start, end); in setSelectionRange()
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.h106 friend void setSelectionRange(Node*, int start, int end);
119 void setSelectionRange(Node*, int start, int end);
DRenderTextControl.cpp234 void setSelectionRange(Node* node, int start, int end) in setSelectionRange() function
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp655 setSelectionRange(start, max(start, selectionEnd())); in setSelectionStart()
660 setSelectionRange(min(end, selectionStart()), end); in setSelectionEnd()
665 setSelectionRange(0, numeric_limits<int>::max()); in select()
677 void HTMLTextFormControlElement::setSelectionRange(int start, int end) in setSelectionRange() function in WebCore::HTMLTextFormControlElement
679 WebCore::setSelectionRange(this, start, end); in setSelectionRange()
DHTMLTextAreaElement.cpp222 setSelectionRange(0, 0); in updateFocusAppearance()
226 setSelectionRange(m_cachedSelectionStart, m_cachedSelectionEnd); in updateFocusAppearance()
335 setSelectionRange(endOfString, endOfString); in setValueCommon()
DHTMLTextAreaElement.idl51 void setSelectionRange(in long start, in long end);
DHTMLFormControlElement.h208 void setSelectionRange(int start, int end);
DHTMLInputElement.idl94 [Custom] void setSelectionRange(in long start, in long end);
/external/webkit/Source/WebKit/chromium/public/
DWebInputElement.h75 WEBKIT_API void setSelectionRange(int, int);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLInputElementCustom.cpp106 imp->setSelectionRange(start, end); in setSelectionRangeCallback()
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DFormManagerAndroid.cpp696 input_element->setSelectionRange(length, length); in ClearFormWithNode()
751 input_element->setSelectionRange(length, length); in ClearPreviewedFormWithNode()
889 input_element->setSelectionRange(length, length); in FillFormField()
917 …input_element->setSelectionRange(input_element->value().length(), input_element->suggestedValue().… in PreviewFormField()
/external/webkit/Source/WebCore/dom/
DInputElement.cpp101 setSelectionRange(element, start, end); in updateSelectionRange()
/external/webkit/Source/WebCore/bindings/objc/
DDOMHTML.mm131 inputElement->setSelectionRange(index, newValue.length());
DPublicDOMInterfaces.h632 - (void)setSelectionRange:(int)start end:(int)end AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
902 - (void)setSelectionRange:(int)start end:(int)end AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp205 setSelectionRange(this, 0, r->text().length()); in select()
/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js677 this.setSelectionRange(length, length);
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.cpp1338 inputElement->setSelectionRange(index, newValue.length()); in replaceCharactersInRange()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1094setSelectionRange(node, qMin(a.start, (a.start + a.length)), qMax(a.start, (a.start + a.length))); in inputMethodEvent()
1112 setSelectionRange(node, start, start + ev->replacementLength()); in inputMethodEvent()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp2043 setSelectionRange(m_renderer->node(), range.start, range.start + range.length); in setSelectedTextRange()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-105421 (WebCore::RenderLineEdit::setSelectionRange):
5595 …Range:withString:selectingFromIndex:]): New implementation that uses setValue and setSelectionRange
5626 …(WebCore::RenderTextField::setSelectionRange): Setting the selection here should close the typing …
6616 (WebCore::HTMLInputElement::setSelectionRange): Ditto.
8116 * rendering/RenderTextField.cpp: (WebCore::RenderTextField::setSelectionRange):
8676 (WebCore::RenderTextField::select): Cleaned this up by having it call setSelectionRange.
8677 …(WebCore::RenderTextField::setSelectionRange): Calls updateLayout now in case this is called in an…
8695 (WebCore::HTMLInputElement::setSelectionRange): ditto.
14407 (WebCore::RenderTextField::setSelectionStart): calls setSelectionRange.
14409 …(WebCore::RenderTextField::setSelectionRange): gets VisiblePositions for both indices, and sets th…
[all …]
DChangeLog-2006-12-313367 (WebCore::RenderTextControl::setSelectionRange):
3709 (WebCore::HTMLInputElement::setSelectionRange): ditto.
16685 (WebCore::RenderLineEdit::setSelectionRange):
33418 (WebCore::RenderTextControl::setSelectionRange):
34135 (WebCore::HTMLInputElement::setSelectionRange):
34408 (WebCore::HTMLInputElement::setSelectionRange):
36074 (WebCore::HTMLInputElement::setSelectionRange):
38125 (WebCore::PlatformTextEdit::setSelectionRange):
41435 (WebCore::RenderTextControl::setSelectionRange): Set granularity of the selection
47660 (WebCore::HTMLTextAreaElement::setSelectionRange):
[all …]
DChangeLog-2005-12-195993 (DOM::HTMLInputElementImpl::setSelectionRange):
6213 (RenderTextArea::setSelectionRange):
17098 (QTextEdit::setSelectionRange): Don't use NSMakeRange.
18099 (DOM::HTMLInputElementImpl::setSelectionRange):
18113 (DOM::HTMLTextAreaElementImpl::setSelectionRange):
18212 (RenderLineEdit::setSelectionRange):
18218 (RenderTextArea::setSelectionRange):
18519 (QTextEdit::setSelectionRange):
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp2214 setSelectionRange(node, start, end); in setSelection()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1614559 (WebKit::WebInputElement::setSelectionRange):
18620 (WebKit::WebInputElement::setSelectionRange):
27005 (WebKit::WebInputElement::setSelectionRange):
28838 (WebKit::WebInputElement::setSelectionRange):

12