Searched refs:CorrectionPanelInfo (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DCorrectionPanel.mm32 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
35 case CorrectionPanelInfo::PanelTypeCorrection:
37 case CorrectionPanelInfo::PanelTypeReversion:
39 case CorrectionPanelInfo::PanelTypeSpellingSuggestions:
58 void CorrectionPanel::show(WebView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
H A DCorrectionPanel.h41 void show(WebView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
H A DWebEditorClient.h143 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
H A DWebEditorClient.mm888 void WebEditorClient::showCorrectionPanel(CorrectionPanelInfo::PanelType panelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DCorrectionPanel.mm36 static inline NSCorrectionIndicatorType correctionIndicatorType(CorrectionPanelInfo::PanelType panelType)
39 case CorrectionPanelInfo::PanelTypeCorrection:
41 case CorrectionPanelInfo::PanelTypeReversion:
43 case CorrectionPanelInfo::PanelTypeSpellingSuggestions:
64 void CorrectionPanel::show(WKView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
H A DCorrectionPanel.h42 void show(WKView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp97 void SpellingCorrectionController::startCorrectionPanelTimer(CorrectionPanelInfo::PanelType type)
104 if (type == CorrectionPanelInfo::PanelTypeCorrection)
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
253 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeCorrection)
286 case CorrectionPanelInfo::PanelTypeCorrection: {
294 case CorrectionPanelInfo::PanelTypeReversion: {
302 case CorrectionPanelInfo::PanelTypeSpellingSuggestions: {
337 case CorrectionPanelInfo::PanelTypeCorrection:
344 case CorrectionPanelInfo::PanelTypeReversion:
345 case CorrectionPanelInfo
[all...]
H A DSpellingCorrectionController.h55 struct CorrectionPanelInfo { struct in namespace:WebCore
87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({})
137 CorrectionPanelInfo m_correctionPanelInfo;
H A DEditor.cpp2563 m_spellingCorrector->startCorrectionPanelTimer(CorrectionPanelInfo::PanelTypeCorrection);
/external/webkit/Source/WebCore/page/
H A DEditorClient.h167 virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacmentString, const Vector<String>& alternativeReplacementStrings) = 0;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h113 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
H A DPageClientImpl.mm409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
/external/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h140 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings) = 0;
H A DWebPageProxy.cpp3037 m_pageClient->showCorrectionPanel((WebCore::CorrectionPanelInfo::PanelType)panelType, boundingBoxOfReplacedString, replacedString, replacementString, alternativeReplacementStrings);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm248 void WebEditorClient::showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType type, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h150 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h527 virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect&, const String&, const String&, const Vector<String>&) { }

Completed in 182 milliseconds