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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 148 if (RefPtrWillBeRawPtr<Range> selectedRange = m_frame.selection().toNormalizedRange())
322 RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange();
349 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
351 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
402 RefPtrWillBeRawPtr<Range> searchRange(selection.toNormalizedRange());
619 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get());
    [all...]
FrameSelection.h 163 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
VisibleSelection.h 100 // for historical reasons. toNormalizedRange contracts the range around
102 PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
TypingCommand.cpp 497 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
589 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
Editor.cpp 513 return m_frame.selection().toNormalizedRange();
    [all...]
markup.cpp 520 if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
575 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
    [all...]
EditorCommand.cpp 216 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange();
382 RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
    [all...]
ReplaceSelectionCommand.cpp 176 RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
189 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
DeleteSelectionCommand.cpp 425 RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange();
    [all...]
VisibleSelection.cpp 195 PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const
EditingStyle.cpp     [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 455 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
475 RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
512 return plainText(m_frame->selection().selection().toNormalizedRange().get());
DragController.cpp 432 range = dragCaret.toNormalizedRange();
485 RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange();
749 RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange();
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 128 RefPtrWillBeRawPtr<Range> wordRange = selection.toNormalizedRange();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 303 unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->selection().selection().toNormalizedRange().get())) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 422 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 1570 milliseconds