Searched defs:handleCorrectionPanelResult (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
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.cpp2566 void Editor::handleCorrectionPanelResult(const String& correction) function in class:WebCore::Editor
2568 m_spellingCorrector->handleCorrectionPanelResult(correction);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
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.cpp3056 void WebPageProxy::handleCorrectionPanelResult(const String& result) function in class:WebKit::WebPageProxy

Completed in 973 milliseconds