Home
last modified time | relevance | path

Searched defs:selectionRange (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DTabbedEditorContainer.js526 WebInspector.TabbedEditorContainer.HistoryItem = function(url, selectionRange, scrollLineNumber) argument
610 selectionRange: function(url) method in WebInspector.TabbedEditorContainer.History
620 updateSelectionRange: function(url, selectionRange) argument
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp163 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); in selectMisspellingAsync() local
DWebRemoteFrameImpl.cpp581 WebRange WebRemoteFrameImpl::selectionRange() const in selectionRange() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1106 WebRange WebLocalFrameImpl::selectionRange() const in selectionRange() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp750 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange(); in populateDragDataTransfer() local
DEventHandler.cpp2751 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); in sendContextMenuEventForKey() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp640 … RefPtrWillBeRawPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset); in markAndReplaceFor() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4511 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F() local
4544 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F() local