Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:Change

43   // The change is valid and can be applied as-is.
46 // The change contained words to be added that are not valid.
49 // The change contained words to be added that are already in the dictionary.
52 // The change contained words to be removed that are not in the dictionary.
178 SpellcheckCustomDictionary::Change::Change() {
181 SpellcheckCustomDictionary::Change::Change(
182 const SpellcheckCustomDictionary::Change& other)
187 SpellcheckCustomDictionary::Change::Change(const WordList& to_add)
191 SpellcheckCustomDictionary::Change::~Change() {
194 void SpellcheckCustomDictionary::Change::AddWord(const std::string& word) {
198 void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) {
202 int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) {
211 const WordList& SpellcheckCustomDictionary::Change::to_add() const {
215 const WordList& SpellcheckCustomDictionary::Change::to_remove() const {
219 bool SpellcheckCustomDictionary::Change::empty() const {
242 Change dictionary_change;
254 Change dictionary_change;
323 Change to_change_locally(to_add_locally);
339 Change to_change_remotely(to_add_remotely);
375 Change dictionary_change;
391 "Processing sync changes failed on change type " +
418 const SpellcheckCustomDictionary::Change& dictionary_change,
447 Change dictionary_change(custom_words);
456 const SpellcheckCustomDictionary::Change& dictionary_change) {
474 const SpellcheckCustomDictionary::Change& dictionary_change) {
485 const SpellcheckCustomDictionary::Change& dictionary_change) {
544 const SpellcheckCustomDictionary::Change& dictionary_change) {