Searched refs:WordList (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
H A Ddic_reader.h28 typedef std::vector<WordEntry> WordList; typedef in class:convert_dict::DicReader
38 const WordList& words() const { return words_; }
45 WordList words_;
H A Dconvert_dict.cc32 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
H A Dconvert_dict_unittest.cc24 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h35 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);
H A Dspellcheck_custom_dictionary.cc24 using chrome::spellcheck_common::WordList;
59 ChecksumStatus LoadFile(const base::FilePath& file_path, WordList& words) {
91 void LoadDictionaryFileReliably(WordList& custom_words,
111 const WordList& custom_words,
115 for (WordList::const_iterator it = custom_words.begin();
129 int SanitizeWordsToAdd(const WordSet& existing, WordList& to_add) {
132 WordList new_words = base::STLSetDifference<WordList>(to_add, existing);
153 int SanitizeWordsToRemove(const WordSet& existing, WordList& to_remove) {
156 WordList found_word
[all...]
H A Dspellcheck_custom_dictionary_unittest.cc37 using chrome::spellcheck_common::WordList;
77 chrome::spellcheck_common::WordList LoadDictionaryFile(
96 const chrome::spellcheck_common::WordList& custom_words) {
162 WordList loaded_custom_words = LoadDictionaryFile(path);
165 WordList expected;
229 WordList loaded_custom_words = LoadDictionaryFile(path);
242 WordList loaded_custom_words = LoadDictionaryFile(path);
243 WordList expected;
260 WordList loaded_custom_words = LoadDictionaryFile(path);
261 WordList expecte
[all...]
H A Dspellcheck_service_unittest.cc18 using chrome::spellcheck_common::WordList;
H A Dspellcheck_service.cc27 using chrome::spellcheck_common::WordList;
/external/chromium_org/content/common/android/
H A Daddress_parser_internal.h65 typedef std::vector<Word> WordList; typedef in namespace:content::address_parser::internal
70 CONTENT_EXPORT bool FindStateStartingInWord(WordList* words,
H A Daddress_parser.cc83 WordList words;
H A Daddress_parser_unittest.cc19 void TokenizeWords(const base::string16& content, WordList* words) const {
50 WordList words;
66 WordList words;
74 WordList words;
H A Daddress_parser_internal.cc249 bool FindStateStartingInWord(WordList* words,
/external/chromium_org/chrome/common/
H A Dspellcheck_common.h43 typedef std::vector<std::string> WordList; typedef in namespace:chrome::spellcheck_common

Completed in 128 milliseconds