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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextPrompt.js 369 var selectionRange = document.createRange();
370 selectionRange.setStart(userTextNode, this._userEnteredText.length);
371 selectionRange.setEnd(userTextNode, this._userEnteredText.length);
375 selection.addRange(selectionRange);
401 var selectionRange = selection.getRangeAt(0);
410 var wordSuffixRange = selectionRange.startContainer.rangeOfWord(selectionRange.endOffset, this._completionStopCharacters, this._element, "forward");
419 var wordPrefixRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, this._completionStopCharacters, this._element, "backward");
476 var selectionRange = selection.getRangeAt(0)
    [all...]
TabbedEditorContainer.js 353 var savedSelectionRange = this._history.selectionRange(uiSourceCode.uri());
501 * @param {WebInspector.TextRange=} selectionRange
504 WebInspector.TabbedEditorContainer.HistoryItem = function(url, selectionRange, scrollLineNumber)
508 this.selectionRange = selectionRange;
520 var selectionRange = serializedHistoryItem.selectionRange ? WebInspector.TextRange.fromObject(serializedHistoryItem.selectionRange) : null;
521 return new WebInspector.TabbedEditorContainer.HistoryItem(serializedHistoryItem.url, selectionRange, serializedHistoryItem.scrollLineNumber);
534 serializedHistoryItem.selectionRange = this.selectionRange
    [all...]
UIUtils.js 452 var selectionRange = selection.getRangeAt(0);
453 if (!selectionRange.commonAncestorContainer.isSelfOrDescendant(element))
457 var wordRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, WebInspector.StyleValueDelimiters, element);
928 var selectionRange = WebInspector._currentFocusElement.ownerDocument.createRange();
929 selectionRange.setStart(WebInspector._currentFocusElement, 0);
930 selectionRange.setEnd(WebInspector._currentFocusElement, 0);
933 selection.addRange(selectionRange);
    [all...]
DOMExtension.js 295 var selectionRange = selection.getRangeAt(0);
296 return selectionRange.startContainer.isSelfOrDescendant(this);
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 160 RefPtr<Range> selectionRange = selection.toNormalizedRange();
161 Vector<DocumentMarker*> markers = selectedFrame->document()->markers()->markersInRange(selectionRange.get(), DocumentMarker::Spelling | DocumentMarker::Grammar);
167 RefPtr<Range> markerRange = selectionRange->cloneRange(ASSERT_NO_EXCEPTION);
171 if (markerRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation) != selectionRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation))
WebFrameImpl.h 182 virtual WebRange selectionRange() const;
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TextInputController.cpp 142 WebRange range = mainFrame->selectionRange();
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 437 virtual WebRange selectionRange() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 713 RefPtr<Range> selectionRange = src->selection()->toNormalizedRange();
714 ASSERT(selectionRange);
716 clipboard->writeRange(selectionRange.get(), src);
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 324 virtual bool selectionRange(WebPoint& start, WebPoint& end) const {
render_view_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/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 
  /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 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 576 milliseconds