Home
last modified time | relevance | path

Searched refs:selectionEnd (Results 1 – 25 of 57) sorted by relevance

123

/external/webkit/Source/WebCore/editing/
DMoveSelectionCommand.cpp49 Position selectionEnd = endingSelection().end(); in doApply() local
50 …if (pos.anchorType() == Position::PositionIsOffsetInAnchor && selectionEnd.anchorType() == Positio… in doApply()
51 …&& selectionEnd.containerNode() == pos.containerNode() && selectionEnd.offsetInContainerNode() < p… in doApply()
52 pos.moveToOffset(pos.offsetInContainerNode() - selectionEnd.offsetInContainerNode()); in doApply()
DEditor.h291 …onst String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
296 bool getCompositionSelection(unsigned& selectionStart, unsigned& selectionEnd) const;
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLInputElementCustom.cpp54 JSValue JSHTMLInputElement::selectionEnd(ExecState* exec) const in selectionEnd() function in WebCore::JSHTMLInputElement
60 return jsNumber(input->selectionEnd()); in selectionEnd()
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp138 int WebInputElement::selectionEnd() const in selectionEnd() function in WebKit::WebInputElement
140 return constUnwrap<HTMLInputElement>()->selectionEnd(); in selectionEnd()
DWebPopupMenuImpl.h76 int selectionStart, int selectionEnd);
DWebPopupMenuImpl.cpp240 int selectionStart, int selectionEnd) in setComposition() argument
DEditorClientImpl.cpp779 isCaretAtEnd = inputElement->selectionStart() == inputElement->selectionEnd() in doAutofill()
780 && inputElement->selectionEnd() == static_cast<int>(value.length()); in doAutofill()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java50 protected int selectionEnd = 0; field in ShadowTextView
86 boolean isSelectEndAtEnd = selectionEnd == this.text.length(); in append()
98 selectionEnd = this.text.length(); in append()
494 selectionEnd = end; in setSelection()
504 return selectionEnd; in getSelectionEnd()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp363 int selectionStart, selectionEnd; in isSelected() local
364 selectionStartEnd(selectionStart, selectionEnd); in isSelected()
370 return selectionEnd == end; in isSelected()
372 return selectionStart == 0 && selectionEnd == end; in isSelected()
DRenderTextControl.h43 int selectionEnd() const;
DRenderView.h79 RenderObject* selectionEnd() const { return m_selectionEnd; } in selectionEnd() function
DRenderTextControl.cpp216 int RenderTextControl::selectionEnd() const in selectionEnd() function in WebCore::RenderTextControl
603 cacheSelection(selectionStart(), selectionEnd()); in selectionChanged()
/external/webkit/Source/WebKit/chromium/public/
DWebWidget.h108 int selectionEnd) = 0;
DWebInputElement.h77 WEBKIT_API int selectionEnd() const;
/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp655 setSelectionRange(start, max(start, selectionEnd())); in setSelectionStart()
693 int HTMLTextFormControlElement::selectionEnd() const in selectionEnd() function in WebCore::HTMLTextFormControlElement
701 return toRenderTextControl(renderer())->selectionEnd(); in selectionEnd()
DHTMLTextAreaElement.idl50 attribute long selectionEnd;
DHTMLFormControlElement.h204 int selectionEnd() const;
DHTMLInputElement.idl93 attribute [Custom] long selectionEnd;
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js1852 var selectionEnd = input.value.lastIndexOf('.');
1853 if (selectionEnd == -1) {
1857 input.selectionEnd = selectionEnd;
1941 var selectionEnd = input.value.lastIndexOf('.');
1942 if (selectionEnd == -1) {
1946 input.selectionEnd = selectionEnd;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLInputElementCustom.cpp76 int v = imp->selectionEnd(); in selectionEndAccessorGetter()
/external/chromium-trace/trace-viewer/src/
Dfind_control.js97 this.filterEl_.selectionEnd = this.filterEl_.value.length;
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm224 …r<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t repla…
235 frame->editor()->setComposition(text, underlines, selectionStart, selectionEnd);
481 VisiblePosition selectionEnd = selection.visibleEnd();
485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);
488 …int lengthToSelectionEnd = TextIterator::rangeLength(makeRange(paragraphStart, selectionEnd).get()…
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp140 int selectionEnd) { return true; } in setComposition() argument
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm144 …r<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t repla…
146 …c(Messages::WebPage::SetComposition(text, underlines, selectionStart, selectionEnd, replacementRan…
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.cpp1280 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::selectionEnd( in selectionEnd() function in DOMHTMLInputElement
1285 *end = inputElement->selectionEnd(); in selectionEnd()
1351 *end = inputElement->selectionEnd(); in selectedRange()

123