Searched refs:dict_dir (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/
H A Dspellcheck_common.h22 const FilePath& dict_dir);
H A Dspellcheck_common.cc73 const FilePath& dict_dir) {
122 return dict_dir.AppendASCII(versioned_bdict_file_name);
72 GetVersionedFileName(const std::string& input_language, const FilePath& dict_dir) argument
/external/chromium/chrome/browser/
H A Dspellcheck_host_impl.cc34 FilePath dict_dir; local
35 PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir);
36 return SpellCheckCommon::GetVersionedFileName(language, dict_dir);
67 FilePath dict_dir; local
68 PathService::Get(chrome::DIR_USER_DATA, &dict_dir);
69 return dict_dir.Append(first_choice.BaseName());

Completed in 63 milliseconds