HomeSort by relevance Sort by last modified time
    Searched refs:CorrectionPanelInfo (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 32 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)
CorrectionPanel.h 41 void show(WebView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
WebEditorClient.h 143 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
WebEditorClient.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 36 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)
CorrectionPanel.h 42 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/
SpellingCorrectionController.cpp 97 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::PanelTypeSpellingSuggestions
    [all...]
SpellingCorrectionController.h 55 struct CorrectionPanelInfo {
87 void startCorrectionPanelTimer(CorrectionPanelInfo::PanelType) UNLESS_ENABLED({})
137 CorrectionPanelInfo m_correctionPanelInfo;
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/page/
EditorClient.h 167 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/
PageClientImpl.h 113 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
PageClientImpl.mm 409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 140 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings) = 0;
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 150 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 248 void WebEditorClient::showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType type, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 527 virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect&, const String&, const String&, const Vector<String>&) { }

Completed in 195 milliseconds