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);
20 std::set<std::string> custom_words; local
21 custom_words.insert("helllo");
22 engine.Init(custom_words);
spellcheck.cc 134 const std::set<std::string>& custom_words,
138 custom_words, language); local
171 const std::set<std::string>& custom_words,
174 custom_dictionary_.Init(custom_words);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 96 const chrome::spellcheck_common::WordList& custom_words) {
97 dictionary.OnLoaded(custom_words);
781 WordList custom_words; local
782 custom_words.push_back("bar");
783 OnLoaded(*custom_dictionary, custom_words);
824 WordList custom_words; local
828 custom_words.push_back("foo" + base::Uint64ToString(i));
830 OnLoaded(*custom_dictionary, custom_words);
906 WordList custom_words; local
    [all...]

Completed in 898 milliseconds