Home
last modified time | relevance | path

Searched refs:showCorrectionPanel (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp163 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in show()
299 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired()
317 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h113 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
DPageClientImpl.mm409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boun…
/external/webkit/Source/WebCore/page/
DEditorClient.h167 …virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect& boundingBoxOfRep…
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h140 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
DWebPageProxy.h696 …void showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString,…
DWebPageProxy.cpp3035 void WebPageProxy::showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfRe… in showCorrectionPanel() function in WebKit::WebPageProxy
3037 …m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxO… in showCorrectionPanel()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h150 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h143 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
DWebEditorClient.mm888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect… function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm248 void WebEditorClient::showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType type, const WebCo…
/external/webkit/Source/WebCore/loader/
DEmptyClients.h523 …virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect&, const String&, … in showCorrectionPanel() function
/external/webkit/Source/WebKit/mac/
DChangeLog1005 (WebEditorClient::showCorrectionPanel):
1539 …On Mac, the bounding box sent to EditorClient::showCorrectionPanel() is incorrect when the correct…
1543 With the change in WebCore, the bounding box passed into EditorClient::showCorrectionPanel()
1547 (WebEditorClient::showCorrectionPanel):
3663 (WebEditorClient::showCorrectionPanel): Added more user dictionary learning code.
3762 (WebEditorClient::showCorrectionPanel):
4198 (WebEditorClient::showCorrectionPanel):
5965 (WebEditorClient::showCorrectionPanel): Show autocorrection UI.
/external/webkit/Source/WebKit2/
DChangeLog7021 (WebKit::PageClientImpl::showCorrectionPanel):
7032 (WebKit::WebPageProxy::showCorrectionPanel):
7053 (WebKit::WebEditorClient::showCorrectionPanel):
DChangeLog-2011-02-1616088 (WebKit::WebEditorClient::showCorrectionPanel):
20487 (WebKit::WebEditorClient::showCorrectionPanel):
30515 (WebKit::WebEditorClient::showCorrectionPanel):
30899 (WebKit::WebEditorClient::showCorrectionPanel):
32443 (WebKit::WebEditorClient::showCorrectionPanel): Dummy implementation.
/external/webkit/Source/WebCore/
DChangeLog38760 … 4. The Editor* argument in EditorClient::showCorrectionPanel() has been removed, since we can
38774 (WebCore::EmptyEditorClient::showCorrectionPanel):
52424 …On Mac, the bounding box sent to EditorClient::showCorrectionPanel() is incorrect when the correct…
52430 … Previously, the bounding box passed into EditorClient::showCorrectionPanel() is in the frame's
DChangeLog-2010-12-062268 … (WebCore::EmptyEditorClient::showCorrectionPanel): Adopted new signature defined in base class.
2275 * page/EditorClient.h: Changed showCorrectionPanel() to allow passing multiple correction
17828 … (WebCore::EmptyEditorClient::showCorrectionPanel): Adopted new signature of base class method.
17835 … * page/EditorClient.h: Changed signature of showCorrectionPanel() and dismissCorrectionPanel().
63877 (WebCore::EmptyEditorClient::showCorrectionPanel): Dummy implementation.