/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 159 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()
|
D | FrameSelection.h | 159 …PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); } in toNormalizedRange() function
|
D | VisibleSelection.h | 105 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
|
D | DOMSelection.cpp | 451 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange(); in deleteFromDocument() 471 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange(); in containsNode()
|
D | TypingCommand.cpp | 502 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false); in deleteKeyPressed() 594 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false); in forwardDeleteKeyPressed()
|
D | markup.cpp | 528 …Equal(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), ran… in highestAncestorToWrapMarkup() 584 … areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), ran… in createMarkupInternal()
|
D | Editor.cpp | 532 return frame().selection().toNormalizedRange(); in selectedRange() 1237 …eferenceRange && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get(), ref… in rangeOfString()
|
D | EditorCommand.cpp | 218 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()
|
D | VisibleSelection.cpp | 205 PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const in toNormalizedRange() function in blink::VisibleSelection
|
D | ReplaceSelectionCommand.cpp | 184 …Ptr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); in ReplacementFragment() 197 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text()); in ReplacementFragment()
|
D | DeleteSelectionCommand.cpp | 429 RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange(); in makeStylingElementsDirectChildrenOfEditableRootToPreventStyleLoss()
|
D | FrameSelection.cpp | 1703 return plainText(selection.toNormalizedRange().get(), behavior).replace(0, ""); in extractSelectedText()
|
D | EditingStyle.cpp | 1302 RefPtrWillBeRawPtr<Range> range(selection.toNormalizedRange()); in styleAtSelectionStart()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 433 range = dragCaret.toNormalizedRange(); in setSelectionToDragCaret() 486 RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange(); in concludeEditDrag() 750 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange(); in populateDragDataTransfer()
|
D | EventHandler.cpp | 1904 …&& 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/ |
D | WebSubstringUtil.mm | 129 RefPtrWillBeRawPtr<Range> wordRange = selection.toNormalizedRange();
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | TextFieldInputType.cpp | 417 …) ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).len… in handleBeforeTextInsertedEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ContextMenuClientImpl.cpp | 163 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange(); in selectMisspellingAsync()
|
D | WebLocalFrameImpl.cpp | 1108 return frame()->selection().toNormalizedRange(); in selectionRange() 1117 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange(); in selectionAsText() 1135 RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange(); in selectionAsMarkup()
|
D | WebViewImpl.cpp | 2442 RefPtrWillBeRawPtr<Range> selectedRange = selection.toNormalizedRange(); in selectionBounds() 2532 if (!selection.toNormalizedRange()) in selectionTextDirection()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXRenderObject.cpp | 1875 RefPtrWillBeRawPtr<Range> currentSelectionRange = visibleSelection.toNormalizedRange(); in ariaSelectedTextRange()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebFrameTest.cpp | 4511 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F() 4544 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange(); in TEST_F()
|