Searched defs:showCorrectionPanel (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h527 virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect&, const String&, const String&, const Vector<String>&) { } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp3035 void WebPageProxy::showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings) function in class:WebKit::WebPageProxy
3037 m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxOfReplacedString, replacedString, replacementString, alternativeReplacementStrings);

Completed in 32 milliseconds