Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h223 void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
DEditor.cpp165 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()
DSpellChecker.cpp378 m_frame.editor().replaceSelectionWithText(autocorrectedString, false, false); in markMisspellingsAfterTypingToWord()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp971 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/
DWebFrameTest.cpp4483 frame->frame()->editor().replaceSelectionWithText("A", false, false); in TEST_F()