Home
last modified time | relevance | path

Searched refs:toNormalizedRange (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp159 if (RefPtrWillBeRawPtr<Range> selectedRange = frame().selection().toNormalizedRange()) in ignoreSpelling()
341 RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange(); in clearMisspellingsAndBadGrammar()
367 textCheckingOptions, wordSelection.toNormalizedRange().get(), in markMisspellingsAfterLineBreak()
368 wholeParagraph.toNormalizedRange().get()); in markMisspellingsAfterLineBreak()
392 …arInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormal… in markMisspellingsAfterTypingToWord()
394 …marInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormaliz… in markMisspellingsAfterTypingToWord()
662 …Ranges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormal… in markMisspellingsAndBadGrammar()
758 RefPtrWillBeRawPtr<Range> caretRange = frame().selection().toNormalizedRange(); in replaceMisspelledRange()
DFrameSelection.h159 …PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); } in toNormalizedRange() function
DVisibleSelection.h105 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
DDOMSelection.cpp451 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange(); in deleteFromDocument()
471 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange(); in containsNode()
DTypingCommand.cpp502 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false); in deleteKeyPressed()
594 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false); in forwardDeleteKeyPressed()
Dmarkup.cpp528 …Equal(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), ran… in highestAncestorToWrapMarkup()
584 … areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), ran… in createMarkupInternal()
DEditor.cpp532 return frame().selection().toNormalizedRange(); in selectedRange()
1237 …eferenceRange && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get(), ref… in rangeOfString()
DEditorCommand.cpp218 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange(); in expandSelectionToGranularity()
400 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange(); in executeDeleteToMark()
1048 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange(); in executeSelectToMark()
DVisibleSelection.cpp205 PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const in toNormalizedRange() function in blink::VisibleSelection
DReplaceSelectionCommand.cpp184 …Ptr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); in ReplacementFragment()
197 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text()); in ReplacementFragment()
DDeleteSelectionCommand.cpp429 RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange(); in makeStylingElementsDirectChildrenOfEditableRootToPreventStyleLoss()
DFrameSelection.cpp1703 return plainText(selection.toNormalizedRange().get(), behavior).replace(0, ""); in extractSelectedText()
DEditingStyle.cpp1302 RefPtrWillBeRawPtr<Range> range(selection.toNormalizedRange()); in styleAtSelectionStart()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp433 range = dragCaret.toNormalizedRange(); in setSelectionToDragCaret()
486 RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange(); in concludeEditDrag()
750 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange(); in populateDragDataTransfer()
DEventHandler.cpp1904 …&& m_frame->selection().toNormalizedRange()->compareNode(element, IGNORE_EXCEPTION) == Range::NODE… in handleMouseFocus()
2751 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); in sendContextMenuEventForKey()
/external/chromium_org/third_party/WebKit/Source/web/mac/
DWebSubstringUtil.mm129 RefPtrWillBeRawPtr<Range> wordRange = selection.toNormalizedRange();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextFieldInputType.cpp417 …) ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).len… in handleBeforeTextInsertedEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp163 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); in selectMisspellingAsync()
DWebLocalFrameImpl.cpp1108 return frame()->selection().toNormalizedRange(); in selectionRange()
1117 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange(); in selectionAsText()
1135 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange(); in selectionAsMarkup()
DWebViewImpl.cpp2442 RefPtrWillBeRawPtr<Range> selectedRange = selection.toNormalizedRange(); in selectionBounds()
2532 if (!selection.toNormalizedRange()) in selectionTextDirection()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp1875 RefPtrWillBeRawPtr<Range> currentSelectionRange = visibleSelection.toNormalizedRange(); in ariaSelectedTextRange()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4511 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F()
4544 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F()