Home
last modified time | relevance | path

Searched refs:panelType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp106 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()
DSpellingCorrectionController.h65 PanelType panelType; member
/external/webkit/Source/WebKit2/UIProcess/mac/
DCorrectionPanel.mm36 … inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
38 switch (panelType) {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DCorrectionPanel.mm32 … inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
34 switch (panelType) {
DWebEditorClient.mm888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect…
890 …m_correctionPanel.show(m_webView, panelType, boundingBoxOfReplacedString, replacedString, replacem…
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in231 …ShowCorrectionPanel(int32_t panelType, WebCore::FloatRect boundingBoxOfReplacedString, String repl…
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() argument
3037 …m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxO… in showCorrectionPanel()