replaceSelectionWithFragment  164 Source/core/editing/Editor.cpp             replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
replaceSelectionWithFragment  509 Source/core/editing/Editor.cpp     replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
replaceSelectionWithFragment  219 Source/core/editing/Editor.h     void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);