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

1 2

  /external/webkit/Source/WebKit/wx/
WebDOMSelection.cpp 61 WTF::RefPtr<WebCore::Range> range = m_selection->toNormalizedRange();
WebFrame.cpp 201 return m_impl->frame->selection()->toNormalizedRange()->toHTML();
209 return m_impl->frame->selection()->toNormalizedRange()->text();
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 92 // for historical reasons. toNormalizedRange contracts the range around
94 PassRefPtr<Range> toNormalizedRange() const;
SelectionController.h 132 PassRefPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
Editor.cpp 431 return m_frame->selection()->toNormalizedRange();
538 RefPtr<Range> range = m_frame->selection()->toNormalizedRange();
865 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
874 if (client() && client()->shouldApplyStyle(style, m_frame->selection()->toNormalizedRange().get()))
947 RefPtr<Range> range(m_frame->selection()->toNormalizedRange())
    [all...]
SpellingCorrectionController.cpp 134 String wordText = plainText(currentWord.toNormalizedRange().get());
291 m_frame->editor()->markAllMisspellingsAndBadGrammarInRanges(Editor::MarkSpelling | Editor::ShowCorrectionPanel, adjacentWords.toNormalizedRange().get(), 0);
TypingCommand.cpp 555 document()->frame()->editor()->addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
640 document()->frame()->editor()->addToKillRing(selectionToDelete.toNormalizedRange().get(), false);
DeleteButtonController.cpp 152 RefPtr<Range> range = selection.toNormalizedRange();
EditorCommand.cpp 212 RefPtr<Range> newRange = selection.toNormalizedRange();
218 RefPtr<Range> oldRange = frame->selection()->selection().toNormalizedRange();
377 RefPtr<Range> mark = frame->editor()->mark().toNormalizedRange();
    [all...]
VisibleSelection.cpp 129 PassRefPtr<Range> VisibleSelection::toNormalizedRange() const
ReplaceSelectionCommand.cpp 159 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
170 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 409 RefPtr<Range> range = selection->selection().toNormalizedRange();
447 RefPtr<Range> selectedRange = selection->selection().toNormalizedRange();
471 RefPtr<Range> selectedRange = selection->selection().toNormalizedRange();
506 return plainText(m_frame->selection()->selection().toNormalizedRange().get());
DragController.cpp 367 range = dragCaret.toNormalizedRange();
404 RefPtr<Range> innerRange = innerFrame->selection()->toNormalizedRange();
445 RefPtr<Range> range = dragCaret.toNormalizedRange();
760 RefPtr<Range> selectionRange = src->selection()->toNormalizedRange();
    [all...]
ContextMenuController.cpp 280 if (frame->editor()->shouldInsertText(item->title(), frame->selection()->toNormalizedRange().get(), EditorInsertActionPasted)) {
321 RefPtr<Range> selectedRange = frame->selection()->toNormalizedRange();
626 for (TextIterator it(frame->selection()->toNormalizedRange().get()); !it.atEnd(); it.advance()) {
    [all...]
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 192 unsigned selectionLength = element->focused() ? numGraphemeClusters(plainText(element->document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
203 RefPtr<Range> range = element->document()->frame()->selection()->selection().toNormalizedRange();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 343 if (RefPtr<Range> range = frame->editor()->hasComposition() ? frame->editor()->compositionRange() : frame->selection()->selection().toNormalizedRange()) {
355 RefPtr<Range> selectedRange = frame->selection()->toNormalizedRange();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 299 RefPtr<Range> range = frame->selection()->toNormalizedRange();
414 RefPtr<Range> selectedRange = selection.toNormalizedRange();
473 RefPtr<Range> selectedRange = selection.toNormalizedRange();
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.cpp 258 unsigned selectionLength = focused() ? numGraphemeClusters(plainText(document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 663 return kit(selection.toNormalizedRange().get());
726 return kit(_private->coreFrame->editor()->mark().toNormalizedRange().get());
923 return [self _convertToNSRange:_private->coreFrame->selection()->toNormalizedRange().get()];
    [all...]
WebTextCompletionController.mm 176 DOMRange *selection = kit(core(frame)->selection()->toNormalizedRange().get());
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 566 RefPtr<Range> selectionRange = frame->selection()->toNormalizedRange();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 582 RefPtr<Range> range = frame->selection()->toNormalizedRange().get();
EditorClientGtk.cpp 429 dataObject->setRange(targetFrame->selection()->toNormalizedRange());
    [all...]

Completed in 607 milliseconds

1 2