Searched defs:selectReplacement (Results 1 – 2 of 2) sorted by relevance
489 …laceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smar… in replaceSelectionWithFragment()510 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText()
1080 bool selectReplacement = false; in replaceSelection() local