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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h222 void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
H A DEditor.cpp166 replaceSelectionWithText(event->data(), false, event->shouldSmartReplace());
525 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) function in class:blink::Editor
1055 replaceSelectionWithText(transposed, false, false);
H A DSpellChecker.cpp421 frame().editor().replaceSelectionWithText(autocorrectedString, false, false);
768 frame().editor().replaceSelectionWithText(text, false, false);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp959 frame()->editor().replaceSelectionWithText(text, selectReplacement, smartReplace);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp4704 frame->frame()->editor().replaceSelectionWithText("A", false, false);

Completed in 879 milliseconds