HomeSort by relevance Sort by last modified time
    Searched refs:dictionary_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h 56 // Retry downloading |dictionary_file_|.
159 DictionaryFile dictionary_file_; member in class:SpellcheckHunspellDictionary
spellcheck_hunspell_dictionary.cc 145 return dictionary_file_.file;
210 dictionary_file_.path),
218 std::string bdict_file = dictionary_file_.path.BaseName().MaybeAsASCII();
309 dictionary_file_ = file.Pass();
311 if (!dictionary_file_.file.IsValid()) {

Completed in 190 milliseconds