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

  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 148 if (bdict_file_path_.empty())
149 bdict_file_path_ = GetFirstChoiceFilePath(language_);
154 FilePath fallback = GetFallbackFilePath(bdict_file_path_);
155 if (!file_util::PathExists(bdict_file_path_) &&
157 bdict_file_path_ = fallback;
171 bdict_file_path_,
227 std::string bdict_file = bdict_file_path_.BaseName().MaybeAsASCII();
298 file_util::WriteFile(bdict_file_path_, data_.data(), data_.length());
302 bdict_file_path_ = GetFallbackFilePath(bdict_file_path_);
    [all...]
spellcheck_host_impl.h 109 FilePath bdict_file_path_; member in class:SpellCheckHostImpl

Completed in 822 milliseconds