Home
last modified time | relevance | path

Searched refs:PanelType (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.h56 enum PanelType { enum
65 PanelType panelType;
87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({})
DSpellingCorrectionController.cpp97 void SpellingCorrectionController::startCorrectionPanelTimer(CorrectionPanelInfo::PanelType type) in startCorrectionPanelTimer()
/external/webkit/Source/WebKit2/UIProcess/mac/
DCorrectionPanel.h42 …void show(WKView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxO…
DCorrectionPanel.mm36 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/
DCorrectionPanel.h41 …void show(WebView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBox…
DCorrectionPanel.mm32 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType pane…
58 void CorrectionPanel::show(WebView* view, CorrectionPanelInfo::PanelType type, const FloatRect& bou…
DWebEditorClient.h143 …virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect…
DWebEditorClient.mm888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect…
/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.cpp3037 …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/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() argument