Home | History | Annotate | Download | only in editing

Lines Matching refs:replaceSelectionWithText

168             replaceSelectionWithText(event->data(), false, event->shouldSmartReplace());
422 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace)
2034 frame()->editor()->replaceSelectionWithText(autocorrectedString, false, false);
2279 replaceSelectionWithText(result->replacement, false, false);
2336 replaceSelectionWithText(replacedString, false, false);
2545 replaceSelectionWithText(transposed, false, false);