Home
last modified time | relevance | path

Searched refs:locale_file_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/base/resource/
Dresource_bundle.cc269 base::FilePath locale_file_path; in GetLocaleFilePath() local
271 PathService::Get(ui::DIR_LOCALES, &locale_file_path); in GetLocaleFilePath()
273 if (!locale_file_path.empty()) { in GetLocaleFilePath()
274 locale_file_path = in GetLocaleFilePath()
275 locale_file_path.AppendASCII(app_locale + kPakFileSuffix); in GetLocaleFilePath()
279 locale_file_path = in GetLocaleFilePath()
280 delegate_->GetPathForLocalePack(locale_file_path, app_locale); in GetLocaleFilePath()
284 if (locale_file_path.empty() || !locale_file_path.IsAbsolute()) in GetLocaleFilePath()
287 if (test_file_exists && !base::PathExists(locale_file_path)) in GetLocaleFilePath()
290 return locale_file_path; in GetLocaleFilePath()
[all …]
Dresource_bundle_mac.mm75 base::FilePath locale_file_path =
79 locale_file_path =
80 delegate_->GetPathForLocalePack(locale_file_path, app_locale);
84 if (locale_file_path.empty() || !locale_file_path.IsAbsolute())
87 if (test_file_exists && !base::PathExists(locale_file_path))
90 return locale_file_path;
Dresource_bundle_ios.mm80 base::FilePath locale_file_path =
84 locale_file_path =
85 delegate_->GetPathForLocalePack(locale_file_path, app_locale);
89 if (locale_file_path.empty() || !locale_file_path.IsAbsolute())
92 if (test_file_exists && !base::PathExists(locale_file_path))
95 return locale_file_path;