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

  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 59 to_locale_.empty()) {
150 if (from_locale_ != from_locale || to_locale_ != to_locale) {
172 to_locale_.empty()) {
186 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
189 prefs->SetString(prefs::kApplicationLocaleBackup, to_locale_);
190 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_);
200 to_locale_ = to_locale;
202 if (!from_locale_.empty() && !to_locale_.empty()) {
206 to_locale_, cur_locale, true);
locale_change_guard.h 52 std::string to_locale_; member in class:chromeos::LocaleChangeGuard
  /external/chromium_org/ash/system/locale/
locale_notification_controller.h 33 std::string to_locale_; member in class:ash::internal::LocaleNotificationController
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 80 to_locale_.empty()) {
178 if (from_locale_ != from_locale || to_locale_ != to_locale) {
186 this, cur_locale, from_locale_, to_locale_);
192 to_locale_.empty()) {
206 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
209 prefs->SetString(prefs::kApplicationLocaleBackup, to_locale_);
210 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_);
219 to_locale_ = to_locale;
221 if (!from_locale_.empty() && !to_locale_.empty()) {
225 to_locale_, cur_locale, true)
    [all...]
locale_change_guard.h 61 std::string to_locale_; member in class:chromeos::LocaleChangeGuard

Completed in 123 milliseconds