Searched refs:selectionRange (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DTabbedEditorContainer.js382 var savedSelectionRange = this._history.selectionRange(uiSourceCode.uri());
523 * @param {!WebInspector.TextRange=} selectionRange
526 WebInspector.TabbedEditorContainer.HistoryItem = function(url, selectionRange, scrollLineNumber)
530 this.selectionRange = selectionRange;
542 var selectionRange = serializedHistoryItem.selectionRange ? WebInspector.TextRange.fromObject(serializedHistoryItem.selectionRange) : undefined;
543 return new WebInspector.TabbedEditorContainer.HistoryItem(serializedHistoryItem.url, selectionRange, serializedHistoryItem.scrollLineNumber);
556 serializedHistoryItem.selectionRange
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextPrompt.js371 var selectionRange = selection.getRangeAt(0);
380 var wordSuffixRange = selectionRange.startContainer.rangeOfWord(selectionRange.endOffset, this._completionStopCharacters, this._element, "forward");
389 var wordPrefixRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, this._completionStopCharacters, this._element, "backward");
451 var selectionRange = selection.getRangeAt(0); variable
455 fullWordRange.setEnd(selectionRange.endContainer, selectionRange.endOffset);
457 if (originalWordPrefixRange.toString() + selectionRange.toString() !== fullWordRange.toString())
628 var selectionRange
703 var selectionRange = document.createRange(); variable
[all...]
H A DUIUtils.js334 var selectionRange = selection.getRangeAt(0);
335 if (!selectionRange.commonAncestorContainer.isSelfOrDescendant(element))
339 var wordRange = selectionRange.startContainer.rangeOfWord(selectionRange.startOffset, WebInspector.StyleValueDelimiters, element);
651 var selectionRange = WebInspector._currentFocusElement.ownerDocument.createRange();
652 selectionRange.setStart(WebInspector._currentFocusElement, 0);
653 selectionRange.setEnd(WebInspector._currentFocusElement, 0);
656 selection.addRange(selectionRange);
H A DDOMExtension.js366 var selectionRange = selection.getRangeAt(0);
367 return selectionRange.startContainer.isSelfOrDescendant(this);
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.cpp163 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange();
164 DocumentMarkerVector markers = selectedFrame->document()->markers().markersInRange(selectionRange.get(), DocumentMarker::MisspellingMarkers());
171 RefPtrWillBeRawPtr<Range> markerRange = selectionRange->cloneRange();
175 if (markerRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation) != selectionRange->text().stripWhiteSpace(&IsWhiteSpaceOrPunctuation))
H A DWebRemoteFrameImpl.h117 virtual WebRange selectionRange() const OVERRIDE;
H A DWebLocalFrameImpl.h166 virtual WebRange selectionRange() const OVERRIDE;
H A DWebRemoteFrameImpl.cpp581 WebRange WebRemoteFrameImpl::selectionRange() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1106 WebRange WebLocalFrameImpl::selectionRange() const function in class:WebLocalFrameImpl
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.cc222 blink::WebRange range = view_->mainFrame()->selectionRange();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h446 virtual WebRange selectionRange() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp750 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange(); local
751 ASSERT(selectionRange);
753 dataTransfer->writeRange(selectionRange.get(), src);
H A DEventHandler.cpp2751 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); local
2752 IntRect firstRect = m_frame->editor().firstRectForRange(selectionRange.get());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp640 RefPtrWillBeRawPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset); local
641 frame().selection().moveTo(selectionRange->endPosition(), DOWNSTREAM);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2998 WebRange range = frame->selectionRange();
3007 range = frame->selectionRange();
3017 range = frame->selectionRange();
3027 range = frame->selectionRange();
3039 range = frame->selectionRange();
3680 EXPECT_FALSE(frame->selectionRange().isNull());
3728 EXPECT_FALSE(frame->selectionRange().isNull());
4511 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); local
4514 EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4544 RefPtrWillBeRawPtr<Range> selectionRange local
[all...]
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1366 surroundingText.initialize(frame_->selectionRange(), max_length);
1370 // |frame_->selectionRange().isNull()|, in other words, if there was no
H A Drender_view_impl.cc2648 WebRange current_selection = focused_frame->selectionRange();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5398 milliseconds