Home
last modified time | relevance | path

Searched refs:GetWords (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Ddictionary_helper.cc27 int result = change.Sanitize(dictionary->GetWords()); in ApplyChange()
74 return GetDictionary(index)->GetWords().size(); in GetDictionarySize()
78 return GetVerifierDictionary()->GetWords().size(); in GetVerifierDictionarySize()
84 ? GetVerifierDictionary()->GetWords() in DictionariesMatch()
85 : GetDictionary(0)->GetWords(); in DictionariesMatch()
88 GetDictionary(i)->GetWords(); in DictionariesMatch()
99 GetVerifierDictionary()->GetWords(); in DictionaryMatchesVerifier()
101 GetDictionary(index)->GetWords(); in DictionaryMatchesVerifier()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc47 const WordSet& words = dictionary->GetWords(); in GetAllSyncDataNoLimit()
241 WordSet actual1 = custom_dictionary->GetWords(); in TEST_F()
244 WordSet actual2 = custom_dictionary2->GetWords(); in TEST_F()
364 dictionary->GetWords().size()); in TEST_F()
370 dictionary->GetWords().size()); in TEST_F()
376 dictionary->GetWords().size()); in TEST_F()
382 dictionary->GetWords().size()); in TEST_F()
451 const WordSet& words = dictionary->GetWords(); in TEST_F()
498 WordSet words = custom_dictionary->GetWords(); in TEST_F()
499 WordSet words2 = custom_dictionary2->GetWords(); in TEST_F()
[all …]
Dspellcheck_custom_dictionary.cc230 const WordSet& SpellcheckCustomDictionary::GetWords() const { in GetWords() function in SpellcheckCustomDictionary
239 int result = dictionary_change.Sanitize(GetWords()); in AddWord()
251 int result = dictionary_change.Sanitize(GetWords()); in RemoveWord()
319 to_change_locally.Sanitize(GetWords()); in MergeDataAndStartSyncing()
387 dictionary_change.Sanitize(GetWords()); in ProcessSyncChanges()
436 dictionary_change.Sanitize(GetWords()); in OnLoaded()
Dspellcheck_custom_dictionary.h81 const chrome::spellcheck_common::WordSet& GetWords() const;
Dspellcheck_service.cc188 custom_dictionary_->GetWords(), in InitForRenderer()
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.cc95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords(); in ResetDictionaryWords()