Home | History | Annotate | Download | only in editing

Lines Matching defs:SpellingCorrectionController

28 #include "SpellingCorrectionController.h"
86 SpellingCorrectionController::SpellingCorrectionController(Frame* frame)
88 , m_correctionPanelTimer(this, &SpellingCorrectionController::correctionPanelTimerFired)
92 SpellingCorrectionController::~SpellingCorrectionController()
97 void SpellingCorrectionController::startCorrectionPanelTimer(CorrectionPanelInfo::PanelType type)
110 void SpellingCorrectionController::stopCorrectionPanelTimer()
116 void SpellingCorrectionController::stopPendingCorrection(const VisibleSelection& oldSelection)
127 void SpellingCorrectionController::applyPendingCorrection(const VisibleSelection& selectionAfterTyping)
144 bool SpellingCorrectionController::hasPendingCorrection() const
149 bool SpellingCorrectionController::isSpellingMarkerAllowed(PassRefPtr<Range> misspellingRange) const
154 void SpellingCorrectionController::show(PassRefPtr<Range> rangeToReplace, const String& replacement)
166 void SpellingCorrectionController::handleCancelOperation()
174 void SpellingCorrectionController::dismiss(ReasonForDismissingCorrectionPanel reasonForDismissing)
184 String SpellingCorrectionController::dismissSoon(ReasonForDismissingCorrectionPanel reasonForDismissing)
195 void SpellingCorrectionController::applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd)
248 bool SpellingCorrectionController::applyAutocorrectionBeforeTypingIfAppropriate()
269 void SpellingCorrectionController::respondToUnappliedSpellCorrection(const VisibleSelection& selectionOfCorrected, const String& corrected, const String& correction)
282 void SpellingCorrectionController::correctionPanelTimerFired(Timer<SpellingCorrectionController>*)
323 void SpellingCorrectionController::handleCorrectionPanelResult(const String& correction)
356 bool SpellingCorrectionController::isAutomaticSpellingCorrectionEnabled()
361 FloatRect SpellingCorrectionController::windowRectForRange(const Range* range) const
367 void SpellingCorrectionController::respondToChangedSelection(const VisibleSelection& oldSelection)
412 void SpellingCorrectionController::respondToAppliedEditing(PassRefPtr<EditCommand> command)
418 EditorClient* SpellingCorrectionController::client()
423 TextCheckerClient* SpellingCorrectionController::textChecker()
430 void SpellingCorrectionController::recordAutocorrectionResponseReversed(const String& replacedString, const String& replacementString)
435 void SpellingCorrectionController::recordAutocorrectionResponseReversed(const String& replacedString, PassRefPtr<Range> replacementRange)
440 void SpellingCorrectionController::markReversed(PassRefPtr<Range> changedRange)
446 void SpellingCorrectionController::markCorrection(PassRefPtr<Range> replacedRange, const String& replacedString)
459 void SpellingCorrectionController::recordSpellcheckerResponseForModifiedCorrection(Range* rangeOfCorrection, const String& corrected, const String& correction)