Home
last modified time | relevance | path

Searched refs:replaceSelectionWithFragment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h222 …void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement…
DEditor.cpp163replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->… in handleTextEvent()
485 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool s… in replaceSelectionWithFragment() function in WebCore::Editor
508replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacemen… in replaceSelectionWithText()