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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm151 page->replaceSelectionWithText(frame, [selectedString performSelector:selector]);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h724 - (void)replaceSelectionWithText:(NSString *)text;
H A DWebView.mm5402 - (void)replaceSelectionWithText:(NSString *)text
/external/webkit/Source/WebCore/editing/
H A DEditor.h413 void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
H A DEditor.cpp168 replaceSelectionWithText(event->data(), false, event->shouldSmartReplace());
422 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) function in class:WebCore::Editor
2034 frame()->editor()->replaceSelectionWithText(autocorrectedString, false, false);
2279 replaceSelectionWithText(result->replacement, false, false);
2336 replaceSelectionWithText(replacedString, false, false);
2545 replaceSelectionWithText(transposed, false, false);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h363 void replaceSelectionWithText(WebCore::Frame*, const String&);
H A DWebPage.cpp1724 replaceSelectionWithText(m_page->focusController()->focusedOrMainFrame(), word);
1775 void WebPage::replaceSelectionWithText(Frame* frame, const String& text) function in class:WebKit::WebPage
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl1065 - (void)replaceSelectionWithText:(NSString *)text;
1067 HRESULT replaceSelectionWithText([in] BSTR text);
/external/webkit/Source/WebKit/win/
H A DWebView.h507 virtual HRESULT STDMETHODCALLTYPE replaceSelectionWithText(
H A DWebView.cpp4231 HRESULT STDMETHODCALLTYPE WebView::replaceSelectionWithText(

Completed in 167 milliseconds