Searched refs:WordList (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_custom_dictionary.cc | 24 using chrome::spellcheck_common::WordList; 59 ChecksumStatus LoadFile(const base::FilePath& file_path, WordList& words) { in LoadFile() 91 void LoadDictionaryFileReliably(WordList& custom_words, in LoadDictionaryFileReliably() 111 const WordList& custom_words, in SaveDictionaryFileReliably() 115 for (WordList::const_iterator it = custom_words.begin(); in SaveDictionaryFileReliably() 129 int SanitizeWordsToAdd(const WordSet& existing, WordList& to_add) { in SanitizeWordsToAdd() 132 WordList new_words = base::STLSetDifference<WordList>(to_add, existing); in SanitizeWordsToAdd() 153 int SanitizeWordsToRemove(const WordSet& existing, WordList& to_remove) { in SanitizeWordsToRemove() 156 WordList found_words; in SanitizeWordsToRemove() 182 SpellcheckCustomDictionary::Change::Change(const WordList& to_add) in Change() [all …]
|
D | spellcheck_custom_dictionary.h | 35 explicit Change(const chrome::spellcheck_common::WordList& to_add); 51 const chrome::spellcheck_common::WordList& to_add() const; 54 const chrome::spellcheck_common::WordList& to_remove() const; 61 chrome::spellcheck_common::WordList to_add_; 64 chrome::spellcheck_common::WordList to_remove_; 131 static chrome::spellcheck_common::WordList LoadDictionaryFile( 144 void OnLoaded(chrome::spellcheck_common::WordList custom_words);
|
D | spellcheck_custom_dictionary_unittest.cc | 36 using chrome::spellcheck_common::WordList; 77 chrome::spellcheck_common::WordList LoadDictionaryFile( in LoadDictionaryFile() 96 const chrome::spellcheck_common::WordList& custom_words) { in OnLoaded() 188 WordList loaded_custom_words = LoadDictionaryFile(path); in TEST_F() 191 WordList expected; in TEST_F() 255 WordList loaded_custom_words = LoadDictionaryFile(path); in TEST_F() 268 WordList loaded_custom_words = LoadDictionaryFile(path); in TEST_F() 269 WordList expected; in TEST_F() 286 WordList loaded_custom_words = LoadDictionaryFile(path); in TEST_F() 287 WordList expected; in TEST_F() [all …]
|
D | spellcheck_service_unittest.cc | 18 using chrome::spellcheck_common::WordList;
|
D | spellcheck_service.cc | 28 using chrome::spellcheck_common::WordList;
|
/external/chromium_org/chrome/tools/convert_dict/ |
D | dic_reader.h | 28 typedef std::vector<WordEntry> WordList; typedef 38 const WordList& words() const { return words_; } in words() 45 WordList words_;
|
D | convert_dict.cc | 32 bool VerifyWords(const convert_dict::DicReader::WordList& org_words, in VerifyWords()
|
D | convert_dict_unittest.cc | 24 bool VerifyWords(const convert_dict::DicReader::WordList& org_words, in VerifyWords()
|
/external/chromium_org/content/common/android/ |
D | address_parser_internal.h | 65 typedef std::vector<Word> WordList; typedef 70 CONTENT_EXPORT bool FindStateStartingInWord(WordList* words,
|
D | address_parser_unittest.cc | 19 void TokenizeWords(const base::string16& content, WordList* words) const { in TokenizeWords() 50 WordList words; in GetState() 66 WordList words; in IsZipValid() 74 WordList words; in IsLocationName()
|
D | address_parser.cc | 83 WordList words; in FindAddress()
|
D | address_parser_internal.cc | 249 bool FindStateStartingInWord(WordList* words, in FindStateStartingInWord()
|
/external/chromium_org/chrome/common/ |
D | spellcheck_common.h | 43 typedef std::vector<std::string> WordList; typedef
|