Searched refs:dict_dir (Results 1 – 3 of 3) sorted by relevance
34 FilePath dict_dir; in GetFirstChoiceFilePath() local35 PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir); in GetFirstChoiceFilePath()36 return SpellCheckCommon::GetVersionedFileName(language, dict_dir); in GetFirstChoiceFilePath()67 FilePath dict_dir; in GetFallbackFilePath() local68 PathService::Get(chrome::DIR_USER_DATA, &dict_dir); in GetFallbackFilePath()69 return dict_dir.Append(first_choice.BaseName()); in GetFallbackFilePath()
73 const FilePath& dict_dir) { in GetVersionedFileName() argument122 return dict_dir.AppendASCII(versioned_bdict_file_name); in GetVersionedFileName()
22 const FilePath& dict_dir);