Searched defs:selectReplacement (Results 1 – 2 of 2) sorted by relevance
485 …nWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smar… in replaceSelectionWithFragment()506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText()
969 bool selectReplacement = false; in replaceSelection() local