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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 402 RefPtr<Range> range = selection->selection().toNormalizedRange();
440 RefPtr<Range> selectedRange = selection->selection().toNormalizedRange();
460 RefPtr<Range> selectedRange = selection->selection().toNormalizedRange();
496 return plainText(m_frame->selection()->selection().toNormalizedRange().get());
DragController.cpp 428 range = dragCaret.toNormalizedRange();
481 RefPtr<Range> range = dragCaret.toNormalizedRange();
713 RefPtr<Range> selectionRange = src->selection()->toNormalizedRange();
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 436 return m_frame->selection()->toNormalizedRange();
687 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
696 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
836 RefPtr<Range> range = selection.toNormalizedRange();
874 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
893 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
    [all...]
FrameSelection.h 152 PassRefPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
VisibleSelection.h 97 // for historical reasons. toNormalizedRange contracts the range around
99 PassRefPtr<Range> toNormalizedRange() const;
TypingCommand.cpp 497 frame->editor()->addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
590 frame->editor()->addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
FrameSelection.cpp     [all...]
EditorCommand.cpp 213 RefPtr<Range> newRange = selection.toNormalizedRange();
218 RefPtr<Range> oldRange = frame->selection()->selection().toNormalizedRange();
385 RefPtr<Range> mark = frame->editor()->mark().toNormalizedRange();
    [all...]
VisibleSelection.cpp 139 PassRefPtr<Range> VisibleSelection::toNormalizedRange() const
markup.cpp 508 if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
564 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
    [all...]
ReplaceSelectionCommand.cpp 172 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
185 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
DeleteSelectionCommand.cpp 429 RefPtr<Range> range = m_selectionToDelete.toNormalizedRange();
    [all...]
EditingStyle.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;
TextFieldInputType.cpp 396 unsigned selectionLength = element()->focused() ? plainText(element()->document()->frame()->selection()->selection().toNormalizedRange().get()).length() : 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 160 RefPtr<Range> selectionRange = selection.toNormalizedRange();
WebFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 527 milliseconds