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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 170 dictionary_file_(new DictionaryFile),
216 return dictionary_file_->descriptor;
281 dictionary_file_->path),
289 std::string bdict_file = dictionary_file_->path.BaseName().MaybeAsASCII();
316 dictionary_file_ = file.Pass();
318 if (dictionary_file_->descriptor == base::kInvalidPlatformFileValue) {
spellcheck_hunspell_dictionary.h 57 // Retry downloading |dictionary_file_|.
135 scoped_ptr<DictionaryFile> dictionary_file_; member in class:SpellcheckHunspellDictionary
  /external/chromium/chrome/browser/
spellcheck_host_impl.h 87 // If |dictionary_file_| is missing, we attempt to download it.

Completed in 444 milliseconds