Home | History | Annotate | Download | only in editing

Lines Matching refs:CorrectionPanelInfo

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
402 startCorrectionPanelTimer(CorrectionPanelInfo::PanelTypeSpellingSuggestions);
405 startCorrectionPanelTimer(CorrectionPanelInfo::PanelTypeReversion);