Searched refs:panelType (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | SpellingCorrectionController.cpp | 106 m_correctionPanelInfo.panelType = type; in startCorrectionPanelTimer() 163 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in show() 242 …if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == D… in applyCorrectionPanelInfo() 253 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeCorrection) in applyAutocorrectionBeforeTypingIfAppropriate() 285 switch (m_correctionPanelInfo.panelType) { in correctionPanelTimerFired() 299 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired() 317 …client()->showCorrectionPanel(m_correctionPanelInfo.panelType, boundingBox, m_correctionPanelInfo.… in correctionPanelTimerFired() 336 switch (m_correctionPanelInfo.panelType) { in handleCorrectionPanelResult()
|
D | SpellingCorrectionController.h | 65 PanelType panelType; member
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | CorrectionPanel.mm | 36 … inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType) 38 switch (panelType) {
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | CorrectionPanel.mm | 32 … inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType) 34 switch (panelType) {
|
D | WebEditorClient.mm | 888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect… 890 …m_correctionPanel.show(m_webView, panelType, boundingBoxOfReplacedString, replacedString, replacem…
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.messages.in | 231 …ShowCorrectionPanel(int32_t panelType, WebCore::FloatRect boundingBoxOfReplacedString, String repl…
|
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() argument 3037 …m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxO… in showCorrectionPanel()
|