HomeSort by relevance Sort by last modified time
    Searched defs:SpellingCorrectionController (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 81 class SpellingCorrectionController {
82 WTF_MAKE_NONCOPYABLE(SpellingCorrectionController); WTF_MAKE_FAST_ALLOCATED;
84 SpellingCorrectionController(Frame*) UNLESS_ENABLED({})
85 ~SpellingCorrectionController() UNLESS_ENABLED({})
113 void correctionPanelTimerFired(Timer<SpellingCorrectionController>*) UNLESS_ENABLED({})
136 Timer<SpellingCorrectionController> m_correctionPanelTimer;
SpellingCorrectionController.cpp 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
    [all...]

Completed in 24 milliseconds