Searched defs:replaceSelectionWithText (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A DEditor.cpp277 replaceSelectionWithText(text, false, canSmartReplaceWithPasteboard(pasteboard));
315 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) function in class:WebCore::Editor
2257 frame()->editor()->replaceSelectionWithText(autocorrectedString, false, false);
2527 replaceSelectionWithText(result->replacement, false, false);
2571 replaceSelectionWithText(replacedString, false, false);
2698 replaceSelectionWithText(transposed, false, false);

Completed in 21 milliseconds