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

  /external/chromium_org/remoting/webapp/
build-webapp.py 136 for current_locale in locales:
137 extension = os.path.splitext(current_locale)[1]
139 locale_id = os.path.split(os.path.split(current_locale)[0])[1]
142 os.path.split(current_locale)[1])
144 shutil.copy2(current_locale, destination_file)
147 os.path.split(current_locale)[1])
148 shutil.copy2(current_locale, destination_file)
150 raise Exception("Unknown extension: " + current_locale);
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 179 std::string current_locale; local
180 if (supported_locales->GetString(j, &current_locale) &&
181 l10n_util::IsValidLocaleSyntax(current_locale)) {
182 current_locale = l10n_util::NormalizeLocale(current_locale);
184 current_locale) != browser_locales.end()) {
189 LOG(WARNING) << "Unrecognized locale '" << current_locale
  /external/chromium_org/extensions/common/
extension_l10n_util.cc 308 std::string current_locale = l10n_util::NormalizeLocale(GetProcessLocale()); local
309 if (current_locale.empty())
310 current_locale = "en";
312 return current_locale;
  /external/chromium_org/ui/base/l10n/
l10n_util.h 87 UI_BASE_EXPORT void GetParentLocales(const std::string& current_locale,
l10n_util.cc 577 void GetParentLocales(const std::string& current_locale,
579 std::string locale(NormalizeLocale(current_locale));
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.cc 1262 const std::string& current_locale = local
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 119 mCurrentLocaleTextView = (TextView) findViewById(R.id.current_locale);
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 1185 const std::string current_locale = local
    [all...]

Completed in 295 milliseconds