HomeSort by relevance Sort by last modified time
    Searched defs:custom_words (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine_unittest.cc 11 std::set<std::string> custom_words; local
12 engine.Init(custom_words);
19 std::set<std::string> custom_words; local
20 custom_words.insert("helllo");
21 engine.Init(custom_words);
spellcheck.cc 133 const std::set<std::string>& custom_words,
137 custom_words, language); local
170 const std::set<std::string>& custom_words,
173 custom_dictionary_.Init(custom_words);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 91 const chrome::spellcheck_common::WordList& custom_words) {
92 dictionary.OnLoaded(custom_words);
763 WordList custom_words; local
764 custom_words.push_back("bar");
765 OnLoaded(*custom_dictionary, custom_words);
801 WordList custom_words; local
805 custom_words.push_back("foo" + base::Uint64ToString(i));
807 OnLoaded(*custom_dictionary, custom_words);
878 WordList custom_words; local
    [all...]

Completed in 185 milliseconds