Searched defs:smartReplace (Results 1 – 2 of 2) sorted by relevance
344 void Editor::pasteAsPlainText(const String& pastingText, bool smartReplace) in pasteAsPlainText()352 …sFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchS… in pasteAsFragment()485 …PtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchS… in replaceSelectionWithFragment()506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText()
970 bool smartReplace = true; in replaceSelection() local