Searched refs:PanelType (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.h | 56 enum PanelType { enum 65 PanelType panelType; 87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({})
|
D | SpellingCorrectionController.cpp | 97 void SpellingCorrectionController::startCorrectionPanelTimer(CorrectionPanelInfo::PanelType type) in startCorrectionPanelTimer()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | CorrectionPanel.h | 42 …void show(WKView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxO…
|
D | CorrectionPanel.mm | 36 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType pane… 64 void CorrectionPanel::show(WKView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boun…
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | CorrectionPanel.h | 41 …void show(WebView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBox…
|
D | CorrectionPanel.mm | 32 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType pane… 58 void CorrectionPanel::show(WebView* view, CorrectionPanelInfo::PanelType type, const FloatRect& bou…
|
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…
|
/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.cpp | 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/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() argument
|