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

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service_browsertest.cc48 base::FilePath dict_dir; local
49 ASSERT_TRUE(PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir));
51 chrome::spellcheck_common::GetVersionedFileName("en-US", dict_dir);
H A Dspellcheck_hunspell_dictionary.cc46 base::FilePath dict_dir; local
47 PathService::Get(chrome::DIR_USER_DATA, &dict_dir);
49 dict_dir.Append(path.BaseName());
298 base::FilePath dict_dir; local
299 PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir);
301 chrome::spellcheck_common::GetVersionedFileName(language, dict_dir);
/external/chromium_org/chrome/common/
H A Dspellcheck_common.h47 const base::FilePath& dict_dir);
H A Dspellcheck_common.cc95 const base::FilePath& dict_dir) {
123 return dict_dir.AppendASCII(versioned_bdict_file_name);
94 GetVersionedFileName(const std::string& input_language, const base::FilePath& dict_dir) argument

Completed in 211 milliseconds