HomeSort by relevance Sort by last modified time
    Searched refs:GetParentLocales (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util.h 87 UI_BASE_EXPORT void GetParentLocales(const std::string& current_locale,
l10n_util_unittest.cc 502 TEST_F(L10nUtilTest, GetParentLocales) {
505 l10n_util::GetParentLocales(top_locale, &locales);
l10n_util.cc 577 void GetParentLocales(const std::string& current_locale,
  /external/chromium_org/extensions/common/
extension_l10n_util.cc 322 l10n_util::GetParentLocales(available_locales[i], &result);
332 l10n_util::GetParentLocales(application_locale, all_fallback_locales);
extension_resource_unittest.cc 134 l10n_util::GetParentLocales(l10n_util::GetApplicationLocale(std::string()),
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 173 l10n_util::GetParentLocales(g_browser_process->GetApplicationLocale(),

Completed in 537 milliseconds