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 146 if (RefPtr<Range> selectedRange = m_frame.selection().toNormalizedRange())
318 RefPtr<Range> wordRange = wordSelection.toNormalizedRange();
322 if (selection.isRange() && !areRangesEqual(wordRange.get(), selection.toNormalizedRange().get()))
350 RefPtr<Range> selectedRange = movingSelection.toNormalizedRange();
377 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
379 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
430 RefPtr<Range> searchRange(selection.toNormalizedRange());
647 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get())
    [all...]
FrameSelection.h 152 PassRefPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
VisibleSelection.h 96 // for historical reasons. toNormalizedRange contracts the range around
98 PassRefPtr<Range> toNormalizedRange() const;
TypingCommand.cpp 492 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
584 frame->editor().addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
Editor.cpp 517 return m_frame.selection().toNormalizedRange();
867 RefPtr<Range> range = selection.toNormalizedRange();
    [all...]
EditorCommand.cpp 214 RefPtr<Range> newRange = selection.toNormalizedRange();
219 RefPtr<Range> oldRange = frame.selection().selection().toNormalizedRange();
381 RefPtr<Range> mark = frame.editor().mark().toNormalizedRange();
    [all...]
VisibleSelection.cpp 141 PassRefPtr<Range> VisibleSelection::toNormalizedRange() const
markup.cpp 509 if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
564 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
    [all...]
ReplaceSelectionCommand.cpp 170 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
183 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
DeleteSelectionCommand.cpp 429 RefPtr<Range> range = m_selectionToDelete.toNormalizedRange();
    [all...]
EditingStyle.cpp     [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 412 RefPtr<Range> range = selection.selection().toNormalizedRange();
452 RefPtr<Range> selectedRange = selection.selection().toNormalizedRange();
472 RefPtr<Range> selectedRange = selection.selection().toNormalizedRange();
508 return plainText(m_frame->selection().selection().toNormalizedRange().get());
DragController.cpp 434 range = dragCaret.toNormalizedRange();
487 RefPtr<Range> range = dragCaret.toNormalizedRange();
752 RefPtr<Range> selectionRange = src->selection().toNormalizedRange();
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 301 unsigned selectionLength = focused() ? computeLengthForSubmission(plainText(document().frame()->selection().selection().toNormalizedRange().get())) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 446 unsigned selectionLength = element().focused() ? plainText(element().document().frame()->selection().selection().toNormalizedRange().get()).length() : 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 161 RefPtr<Range> selectionRange = selection.toNormalizedRange();
WebFrameImpl.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 578 milliseconds