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.h221 …void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement…
DEditor.cpp164replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->… in handleTextEvent()
504 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool s… in replaceSelectionWithFragment() function in blink::Editor
527replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacemen… in replaceSelectionWithText()