HomeSort by relevance Sort by last modified time
    Searched defs:cur_locale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 129 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
130 if (cur_locale.empty()) {
142 if (to_locale != cur_locale) {
165 this, cur_locale, from_locale_, to_locale_);
194 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
202 from_locale_, cur_locale, true);
204 to_locale_, cur_locale, true);
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 1128 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1135 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
    [all...]

Completed in 221 milliseconds