Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:dictionary_change

74     virtual void OnCustomDictionaryChanged(const Change& dictionary_change) = 0;
134 // Applies the change in |dictionary_change| to the custom spellcheck
135 // dictionary. Assumes that |dictionary_change| has been sanitized.
137 const Change& dictionary_change,
146 // Applies the |dictionary_change| to the in-memory copy of the dictionary.
147 // Assumes that words in |dictionary_change| are sorted.
148 void Apply(const Change& dictionary_change);
150 // Schedules a write of |dictionary_change| to disk. Assumes that words in
151 // |dictionary_change| are sorted.
152 void Save(const Change& dictionary_change);
154 // Notifies the sync service of the |dictionary_change|. Syncs up to the
157 syncer::SyncError Sync(const Change& dictionary_change);
161 void Notify(const Change& dictionary_change);