/external/webkit/Source/WebCore/editing/ |
D | MoveSelectionCommand.cpp | 49 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()
|
D | Editor.h | 291 …onst String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd); 296 bool getCompositionSelection(unsigned& selectionStart, unsigned& selectionEnd) const;
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSHTMLInputElementCustom.cpp | 54 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/ |
D | WebInputElement.cpp | 138 int WebInputElement::selectionEnd() const in selectionEnd() function in WebKit::WebInputElement 140 return constUnwrap<HTMLInputElement>()->selectionEnd(); in selectionEnd()
|
D | WebPopupMenuImpl.h | 76 int selectionStart, int selectionEnd);
|
D | WebPopupMenuImpl.cpp | 240 int selectionStart, int selectionEnd) in setComposition() argument
|
D | EditorClientImpl.cpp | 779 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/ |
D | ShadowTextView.java | 50 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/ |
D | RenderReplaced.cpp | 363 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()
|
D | RenderTextControl.h | 43 int selectionEnd() const;
|
D | RenderView.h | 79 RenderObject* selectionEnd() const { return m_selectionEnd; } in selectionEnd() function
|
D | RenderTextControl.cpp | 216 int RenderTextControl::selectionEnd() const in selectionEnd() function in WebCore::RenderTextControl 603 cacheSelection(selectionStart(), selectionEnd()); in selectionChanged()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebWidget.h | 108 int selectionEnd) = 0;
|
D | WebInputElement.h | 77 WEBKIT_API int selectionEnd() const;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormControlElement.cpp | 655 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()
|
D | HTMLTextAreaElement.idl | 50 attribute long selectionEnd;
|
D | HTMLFormControlElement.h | 204 int selectionEnd() const;
|
D | HTMLInputElement.idl | 93 attribute [Custom] long selectionEnd;
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
D | file_manager.js | 1852 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/ |
D | V8HTMLInputElementCustom.cpp | 76 int v = imp->selectionEnd(); in selectionEndAccessorGetter()
|
/external/chromium-trace/trace-viewer/src/ |
D | find_control.js | 97 this.filterEl_.selectionEnd = this.filterEl_.value.length;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 224 …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/ |
D | PopupMenuTest.cpp | 140 int selectionEnd) { return true; } in setComposition() argument
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPageProxyMac.mm | 144 …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/ |
D | DOMHTMLClasses.cpp | 1280 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::selectionEnd( in selectionEnd() function in DOMHTMLInputElement 1285 *end = inputElement->selectionEnd(); in selectionEnd() 1351 *end = inputElement->selectionEnd(); in selectedRange()
|