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

  /external/chromium_org/components/translate/core/browser/
translate_download_manager.h 40 const std::string& application_locale() { return application_locale_; } function in class:translate::TranslateDownloadManager
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 175 const std::string application_locale = local
178 application_locale : selected_language_code_;
189 application_locale, selected_input_method).release());
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc 111 std::string application_locale = g_browser_process->GetApplicationLocale(); local
112 localized_strings->SetString("currentUiLanguageCode", application_locale);
116 !prospective_locale.empty() ? prospective_locale : application_locale);

Completed in 82 milliseconds