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

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp36 JSValue JSHTMLInputElement::selectionStart(ExecState* exec) const function in class:WebCore::JSHTMLInputElement
42 return jsNumber(input->selectionStart());
/external/webkit/Source/WebCore/editing/
H A DMoveSelectionCommand.cpp54 Position selectionStart = endingSelection().start(); local
55 if (selectionStart.anchorType() == Position::PositionIsOffsetInAnchor && selectionStart.containerNode() == pos.containerNode())
56 pos.moveToOffset(pos.offsetInContainerNode() + selectionStart.offsetInContainerNode());
H A DEditor.cpp107 Node* selectionStart = selection.start().deprecatedNode(); local
108 if (target && (!selectionStart || target->shadowAncestorNode() != selectionStart->shadowAncestorNode())) {
1111 if (Node* selectionStart = selection.start().deprecatedNode()) {
1112 RefPtr<Document> document = selectionStart->document();
1552 void Editor::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd) argument
1633 unsigned start = min(baseOffset + selectionStart, extentOffset);
2485 bool Editor::getCompositionSelection(unsigned& selectionStart, unsigned& selectionEnd) const argument
2501 selectionStart = start.deprecatedEditingOffset() - m_compositionStart;
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp133 int WebInputElement::selectionStart() const function in class:WebKit::WebInputElement
135 return constUnwrap<HTMLInputElement>()->selectionStart();
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.cpp1294 int selectionStart,
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);
366 return selectionStart == 0;
372 return selectionStart == 0 && selectionEnd == end;
H A DRenderView.h78 RenderObject* selectionStart() const { return m_selectionStart; } function in class:WebCore::RenderView
H A DRenderTextControl.cpp203 int RenderTextControl::selectionStart() const function in class:WebCore::RenderTextControl
603 cacheSelection(selectionStart(), selectionEnd());
/external/webkit/Source/WebCore/html/
H A DHTMLFormControlElement.cpp660 setSelectionRange(min(end, selectionStart()), end);
682 int HTMLTextFormControlElement::selectionStart() const function in class:WebCore::HTMLTextFormControlElement
690 return toRenderTextControl(renderer())->selectionStart();
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp139 int selectionStart,
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.java49 protected int selectionStart = 0; field in class:ShadowTextView
85 boolean isSelectStartAtEnd = selectionStart == this.text.length();
95 selectionStart = this.text.length();
493 selectionStart = start;
499 return selectionStart;
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp1262 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::selectionStart( function in class:DOMHTMLInputElement
1267 *start = inputElement->selectionStart();
1350 *start = inputElement->selectionStart();
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h435 unsigned selectionStart() const { return selectedTextRange().start; } function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3839 start = rtc->selectionStart();
3846 Position selectionStart = selector->start(); local
3850 selectionStart);
/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 ...

Completed in 307 milliseconds