HomeSort by relevance Sort by last modified time
    Searched refs:selectionRange (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/inspector/front-end/
TextPrompt.js 173 var selectionRange = document.createRange();
174 selectionRange.setStart(userTextNode, this._userEnteredText.length);
175 selectionRange.setEnd(userTextNode, this._userEnteredText.length);
179 selection.addRange(selectionRange);
198 var selectionRange = selection.getRangeAt(0);
199 var isEmptyInput = selectionRange.commonAncestorContainer === this.element; // this.element has no child Text nodes.
204 if (!auto && !isEmptyInput && !selectionRange.commonAncestorContainer.isDescendant(this.element))
208 var wordPrefixRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, this.completionStopCharacters, this.element, "backward");
217 var selectionRange = selection.getRangeAt(0)
    [all...]
TextViewer.js     [all...]
StylesSidebarPane.js     [all...]
inspector.js 130 var selectionRange = this._currentFocusElement.ownerDocument.createRange();
131 selectionRange.setStart(this._currentFocusElement, 0);
132 selectionRange.setEnd(this._currentFocusElement, 0);
135 selection.addRange(selectionRange);
    [all...]
utilities.js 247 var selectionRange = selection.getRangeAt(0);
248 return selectionRange.startContainer === this || selectionRange.startContainer.isDescendant(this);
  /external/webkit/Source/WebKit/chromium/public/
WebWidget.h 132 virtual bool selectionRange(WebPoint& start, WebPoint& end) const = 0;
WebFrame.h 417 virtual WebRange selectionRange() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 81 virtual bool selectionRange(WebPoint& start, WebPoint& end) const { return false; }
WebFrameImpl.h 161 virtual WebRange selectionRange() const;
WebViewImpl.h 112 virtual bool selectionRange(WebPoint& start, WebPoint& end) const;
WebFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 145 virtual bool selectionRange(WebPoint& start, WebPoint& end) const { return false; }
  /external/webkit/Tools/DumpRenderTree/chromium/
TextInputController.cpp 173 WebRange range = mainFrame->selectionRange();
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 566 RefPtr<Range> selectionRange = frame->selection()->toNormalizedRange();
568 String markupString = frame->documentTypeString() + createMarkup(selectionRange.get(), &nodeList, AnnotateForInterchange);
  /external/webkit/Source/WebCore/page/
DragController.cpp 760 RefPtr<Range> selectionRange = src->selection()->toNormalizedRange();
761 ASSERT(selectionRange);
763 clipboard->writeRange(selectionRange.get(), src);
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 2653 milliseconds

1 2