Searched refs:showCorrectionPanel (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 163 …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/ |
D | PageClientImpl.h | 113 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
|
D | PageClientImpl.mm | 409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boun…
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 167 …virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect& boundingBoxOfRep…
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | PageClient.h | 140 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
|
D | WebPageProxy.h | 696 …void showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString,…
|
D | WebPageProxy.cpp | 3035 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/ |
D | WebEditorClient.h | 150 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 143 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
|
D | WebEditorClient.mm | 888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect… function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebEditorClientMac.mm | 248 void WebEditorClient::showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType type, const WebCo…
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 523 …virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect&, const String&, … in showCorrectionPanel() function
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 1005 (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/ |
D | ChangeLog | 7021 (WebKit::PageClientImpl::showCorrectionPanel): 7032 (WebKit::WebPageProxy::showCorrectionPanel): 7053 (WebKit::WebEditorClient::showCorrectionPanel):
|
D | ChangeLog-2011-02-16 | 16088 (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/ |
D | ChangeLog | 38760 … 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
|
D | ChangeLog-2010-12-06 | 2268 … (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.
|