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

  /external/webkit/Source/WebCore/editing/
Editor.h 412 void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
Editor.cpp 166 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
402 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
424 replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
    [all...]

Completed in 28 milliseconds