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 355 var selectionRange = document.createRange();
356 selectionRange.setStart(userTextNode, this._userEnteredText.length);
357 selectionRange.setEnd(userTextNode, this._userEnteredText.length);
361 selection.addRange(selectionRange);
387 var selectionRange = selection.getRangeAt(0);
396 var wordSuffixRange = selectionRange.startContainer.rangeOfWord(selectionRange.endOffset, this._completionStopCharacters, this._element, "forward");
405 var wordPrefixRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, this._completionStopCharacters, this._element, "backward");
467 var selectionRange = selection.getRangeAt(0)
    [all...]
TabbedEditorContainer.js 357 var savedSelectionRange = this._history.selectionRange(uiSourceCode.uri());
506 * @param {!WebInspector.TextRange=} selectionRange
509 WebInspector.TabbedEditorContainer.HistoryItem = function(url, selectionRange, scrollLineNumber)
513 this.selectionRange = selectionRange;
525 var selectionRange = serializedHistoryItem.selectionRange ? WebInspector.TextRange.fromObject(serializedHistoryItem.selectionRange) : undefined;
526 return new WebInspector.TabbedEditorContainer.HistoryItem(serializedHistoryItem.url, selectionRange, serializedHistoryItem.scrollLineNumber);
539 serializedHistoryItem.selectionRange = this.selectionRange
    [all...]
UIUtils.js 469 var selectionRange = selection.getRangeAt(0);
470 if (!selectionRange.commonAncestorContainer.isSelfOrDescendant(element))
474 var wordRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, WebInspector.StyleValueDelimiters, element);
957 var selectionRange = WebInspector._currentFocusElement.ownerDocument.createRange();
958 selectionRange.setStart(WebInspector._currentFocusElement, 0);
959 selectionRange.setEnd(WebInspector._currentFocusElement, 0);
962 selection.addRange(selectionRange);
    [all...]
DOMExtension.js 281 var selectionRange = selection.getRangeAt(0);
282 return selectionRange.startContainer.isSelfOrDescendant(this);
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 161 RefPtr<Range> selectionRange = selection.toNormalizedRange();
162 Vector<DocumentMarker*> markers = selectedFrame->document()->markers()->markersInRange(selectionRange.get(), DocumentMarker::MisspellingMarkers());
168 RefPtr<Range> markerRange = selectionRange->cloneRange(ASSERT_NO_EXCEPTION);
172 if (markerRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation) != selectionRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation))
WebFrameImpl.h 184 virtual WebRange selectionRange() const;
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TextInputController.cpp 163 WebRange range = mainFrame->selectionRange();
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 466 virtual WebRange selectionRange() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 752 RefPtr<Range> selectionRange = src->selection().toNormalizedRange();
753 ASSERT(selectionRange);
755 clipboard->writeRange(selectionRange.get(), src);
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 319 virtual bool selectionRange(WebPoint& start, WebPoint& end) const {
render_view_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 625 RefPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset);
626 m_frame.selection().moveTo(selectionRange->endPosition(), DOWNSTREAM);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.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 105 milliseconds