Searched refs:replaceSelectionWithFragment (Results 1 – 2 of 2) sorted by relevance
221 …void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement…
164 …replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->… in handleTextEvent()504 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool s… in replaceSelectionWithFragment() function in blink::Editor527 …replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacemen… in replaceSelectionWithText()