HomeSort by relevance Sort by last modified time
    Searched refs:toNormalizedRange (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 159 if (RefPtrWillBeRawPtr<Range> selectedRange = frame().selection().toNormalizedRange())
341 RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange();
367 textCheckingOptions, wordSelection.toNormalizedRange().get(),
368 wholeParagraph.toNormalizedRange().get());
392 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
394 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
662 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get())
    [all...]
FrameSelection.h 159 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
VisibleSelection.h 102 // are using them for historical reasons. toNormalizedRange and
105 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
DOMSelection.cpp 451 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
471 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
TypingCommand.cpp 502 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
594 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
Editor.cpp 532 return frame().selection().toNormalizedRange();
    [all...]
markup.cpp 528 if (blink::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
584 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
    [all...]
EditorCommand.cpp 218 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange();
400 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
    [all...]
ReplaceSelectionCommand.cpp 184 RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
197 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
DeleteSelectionCommand.cpp 429 RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange();
    [all...]
VisibleSelection.cpp 205 PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const
EditingStyle.cpp     [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 129 RefPtrWillBeRawPtr<Range> wordRange = selection.toNormalizedRange();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 433 range = dragCaret.toNormalizedRange();
486 RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange();
750 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange();
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 417 unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 163 RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange();
WebLocalFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 281 milliseconds