Searched defs:selectionEnd (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp54 JSValue JSHTMLInputElement::selectionEnd(ExecState* exec) const function in class:WebCore::JSHTMLInputElement
60 return jsNumber(input->selectionEnd());
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp138 int WebInputElement::selectionEnd() const function in class:WebKit::WebInputElement
140 return constUnwrap<HTMLInputElement>()->selectionEnd();
H A DWebPopupMenuImpl.cpp240 int selectionStart, int selectionEnd)
238 setComposition( const WebString& text, const WebVector<WebCompositionUnderline>& underlines, int selectionStart, int selectionEnd) argument
H A DWebViewImpl.cpp1295 int selectionEnd)
1335 // selectionStart and selectionEnd, WebKit somehow won't paint the selection
1340 selectionStart, selectionEnd); local
1291 setComposition( const WebString& text, const WebVector<WebCompositionUnderline>& underlines, int selectionStart, int selectionEnd) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderReplaced.cpp363 int selectionStart, selectionEnd; local
364 selectionStartEnd(selectionStart, selectionEnd);
370 return selectionEnd == end;
372 return selectionStart == 0 && selectionEnd == end;
H A DRenderView.h79 RenderObject* selectionEnd() const { return m_selectionEnd; } function in class:WebCore::RenderView
H A DRenderTextControl.cpp216 int RenderTextControl::selectionEnd() const function in class:WebCore::RenderTextControl
603 cacheSelection(selectionStart(), selectionEnd());
/external/webkit/Source/WebCore/html/
H A DHTMLFormControlElement.cpp655 setSelectionRange(start, max(start, selectionEnd()));
693 int HTMLTextFormControlElement::selectionEnd() const function in class:WebCore::HTMLTextFormControlElement
701 return toRenderTextControl(renderer())->selectionEnd();
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp140 int selectionEnd) { return true; }
136 setComposition( const WebString& text, const WebVector<WebCompositionUnderline>& underlines, int selectionStart, int selectionEnd) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java50 protected int selectionEnd = 0; field in class:ShadowTextView
86 boolean isSelectEndAtEnd = selectionEnd == this.text.length();
98 selectionEnd = this.text.length();
494 selectionEnd = end;
504 return selectionEnd;
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp1280 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::selectionEnd( function in class:DOMHTMLInputElement
1285 *end = inputElement->selectionEnd();
1351 *end = inputElement->selectionEnd();
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h436 unsigned selectionEnd() const { return selectedTextRange().length; } function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1552 void Editor::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd) argument
1634 unsigned end = min(max(start, baseOffset + selectionEnd), extentOffset);
2485 bool Editor::getCompositionSelection(unsigned& selectionStart, unsigned& selectionEnd) const
2502 selectionEnd = start.deprecatedEditingOffset() - m_compositionEnd;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3840 end = rtc->selectionEnd();
3847 Position selectionEnd = selector->end(); local
3853 selectionEnd);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 468 milliseconds