replaceSelectionWithText 166 Source/core/editing/Editor.cpp replaceSelectionWithText(event->data(), false, event->shouldSmartReplace()); replaceSelectionWithText 1012 Source/core/editing/Editor.cpp replaceSelectionWithText(transposed, false, false); replaceSelectionWithText 220 Source/core/editing/Editor.h void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace); replaceSelectionWithText 376 Source/core/editing/SpellChecker.cpp m_frame.editor().replaceSelectionWithText(autocorrectedString, false, false); replaceSelectionWithText 1049 Source/web/WebFrameImpl.cpp frame()->editor().replaceSelectionWithText(text, selectReplacement, smartReplace); replaceSelectionWithText 1224 Source/web/WebFrameImpl.cpp frame()->editor().replaceSelectionWithText(text, false, false); replaceSelectionWithText 4384 Source/web/tests/WebFrameTest.cpp frame->frame()->editor().replaceSelectionWithText("A", false, false);