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

  /external/chromium_org/remoting/webapp/
build-webapp.py 129 for current_locale in locales:
130 extension = os.path.splitext(current_locale)[1]
132 locale_id = os.path.split(os.path.split(current_locale)[0])[1]
135 os.path.split(current_locale)[1])
137 shutil.copy2(current_locale, destination_file)
140 os.path.split(current_locale)[1])
141 shutil.copy2(current_locale, destination_file)
143 raise Exception("Unknown extension: " + current_locale);
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 167 std::string current_locale; local
168 if (supported_locales->GetString(j, &current_locale) &&
169 l10n_util::IsValidLocaleSyntax(current_locale)) {
170 current_locale = l10n_util::NormalizeLocale(current_locale);
172 current_locale) != browser_locales.end()) {
177 LOG(WARNING) << "Unrecognized locale '" << current_locale
  /external/chromium/chrome/browser/
language_combobox_model.cc 174 const std::string& current_locale = local_state->GetString(prefs.c_str()); local
176 return GetIndexFromLocale(current_locale);
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 186 std::string current_locale = l10n_util::NormalizeLocale(*GetProcessLocale()); local
187 if (current_locale.empty())
188 current_locale = "en";
190 return current_locale;
266 // Order locales to load as current_locale, first_parent, ..., default_locale.
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc 230 const std::string current_locale = local
232 VLOG(1) << "Current locale: " << current_locale;
233 if (current_locale.empty()) {
existing_user_controller.cc 339 const std::string current_locale = local
342 base::StringPrintf(kGetStartedURLPattern, current_locale.c_str());
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 227 std::string current_locale = l10n_util::NormalizeLocale(GetProcessLocale()); local
228 if (current_locale.empty())
229 current_locale = "en";
231 return current_locale;
  /external/chromium_org/ui/base/l10n/
l10n_util.h 68 UI_EXPORT void GetParentLocales(const std::string& current_locale,
l10n_util.cc 573 void GetParentLocales(const std::string& current_locale,
575 std::string locale(NormalizeLocale(current_locale));
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc 906 const std::string current_locale = local
    [all...]
existing_user_controller.cc 1053 const std::string current_locale = local
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 119 mCurrentLocaleTextView = (TextView) findViewById(R.id.current_locale);

Completed in 1601 milliseconds