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

  /external/chromium_org/ash/system/locale/
locale_notification_controller.h 32 std::string to_locale_; member in class:ash::LocaleNotificationController
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 70 to_locale_.empty()) {
173 if (from_locale_ != from_locale || to_locale_ != to_locale) {
183 this, cur_locale, from_locale_, to_locale_);
190 to_locale_.empty()) {
204 if (prefs->GetString(prefs::kApplicationLocale) != to_locale_)
207 prefs->SetString(prefs::kApplicationLocaleBackup, to_locale_);
208 prefs->SetString(prefs::kApplicationLocaleAccepted, to_locale_);
217 to_locale_ = to_locale;
219 if (!from_locale_.empty() && !to_locale_.empty()) {
223 to_locale_, cur_locale, true)
    [all...]
locale_change_guard.h 72 std::string to_locale_; member in class:chromeos::LocaleChangeGuard

Completed in 169 milliseconds