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

/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) argument
3037 m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxOfReplacedString, replacedString, replacementString, alternativeReplacementStrings);

Completed in 523 milliseconds