Searched refs:handleCorrectionPanelResult (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKViewPrivate.h39 - (void)handleCorrectionPanelResult:(NSString*)result;
H A DWKView.mm2407 - (void)handleCorrectionPanelResult:(NSString*)result
2409 _data->_page->handleCorrectionPanelResult(result);
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.h105 void handleCorrectionPanelResult(const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(correction); })
H A DSpellingCorrectionController.cpp139 handleCorrectionPanelResult(dismissSoon(ReasonForDismissingCorrectionPanelAccepted));
259 handleCorrectionPanelResult(dismissSoon(ReasonForDismissingCorrectionPanelAccepted));
323 void SpellingCorrectionController::handleCorrectionPanelResult(const String& correction) function in class:WebCore::SpellingCorrectionController
H A DEditor.h330 void handleCorrectionPanelResult(const String& correction);
H A DEditor.cpp2566 void Editor::handleCorrectionPanelResult(const String& correction) function in class:WebCore::Editor
2568 m_spellingCorrector->handleCorrectionPanelResult(correction);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DCorrectionPanel.mm145 [m_view.get() handleCorrectionPanelResult:acceptedReplacement];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DCorrectionPanel.mm152 [m_view.get() handleCorrectionPanelResult:acceptedReplacement];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h670 - (void)handleCorrectionPanelResult:(NSString*)result;
H A DWebView.mm5384 - (void)handleCorrectionPanelResult:(NSString*)result
5389 coreFrame->editor()->handleCorrectionPanelResult(result);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h407 void handleCorrectionPanelResult(const String&);
H A DWebPage.cpp2220 void WebPage::handleCorrectionPanelResult(const String& result) function in class:WebKit::WebPage
2225 frame->editor()->handleCorrectionPanelResult(result);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h478 void handleCorrectionPanelResult(const String& result);
H A DWebPageProxy.cpp3056 void WebPageProxy::handleCorrectionPanelResult(const String& result) function in class:WebKit::WebPageProxy

Completed in 151 milliseconds