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

  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 122 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
123 if (cur_locale.empty()) {
135 if (to_locale != cur_locale) {
196 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
204 from_locale_, cur_locale, true);
206 to_locale_, cur_locale, true);
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 150 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
151 if (cur_locale.empty()) {
163 if (to_locale != cur_locale) {
186 this, cur_locale, from_locale_, to_locale_);
215 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
223 from_locale_, cur_locale, true);
225 to_locale_, cur_locale, true);
  /external/chromium_org/chrome/test/reliability/
automated_ui_tests.cc 490 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
493 cur_locale, "ISO-8859-1,windows-1252", std::string());
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 1497 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1504 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 1043 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
1050 std::string cur_locale = g_browser_process->GetApplicationLocale(); local
    [all...]

Completed in 314 milliseconds