Home
last modified time | relevance | path

Searched refs:GetLocaleFilePath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/resource/
Dresource_bundle.cc221 bool locale_file_path_exists = !GetLocaleFilePath(locale, true).empty(); in LocaleDataPakExists()
264 base::FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale, in GetLocaleFilePath() function in ui::ResourceBundle
300 locale_file_path = GetLocaleFilePath(app_locale, true); in LoadLocaleResources()
Dresource_bundle.h272 base::FilePath GetLocaleFilePath(const std::string& app_locale,
Dresource_bundle_mac.mm63 base::FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale,
Dresource_bundle_ios.mm68 base::FilePath ResourceBundle::GetLocaleFilePath(const std::string& app_locale,
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc2431 GetLocaleFilePath(locale, false); in GetAdditionalMappedFilesForChildProcess()