Searched refs:replaceSelectionWithText (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.h | 223 void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
|
D | Editor.cpp | 165 replaceSelectionWithText(event->data(), false, event->shouldSmartReplace()); in handleTextEvent() 506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText() function in WebCore::Editor 1078 replaceSelectionWithText(transposed, false, false); in transpose()
|
D | SpellChecker.cpp | 378 m_frame.editor().replaceSelectionWithText(autocorrectedString, false, false); in markMisspellingsAfterTypingToWord()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebLocalFrameImpl.cpp | 971 frame()->editor().replaceSelectionWithText(text, selectReplacement, smartReplace); in replaceSelection() 1146 frame()->editor().replaceSelectionWithText(text, false, false); in replaceMisspelledRange()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebFrameTest.cpp | 4483 frame->frame()->editor().replaceSelectionWithText("A", false, false); in TEST_F()
|