Searched defs:initial_locale (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.h92 // Raw value of "initial_locale" like initial_locale="en-US,sv,da,fi,no" .
93 const std::string& initial_locale() const { return initial_locale_; } function in class:chromeos::StartupCustomizationDocument
98 // Default locale value (first value in initial_locale list).
H A Dmobile_config.cc113 const std::string& initial_locale)
115 InitFromDictionary(carrier_dict, initial_locale);
150 const std::string& initial_locale) {
180 // Filter out deals by initial_locale right away.
184 initial_locale);
311 const std::string& initial_locale)
313 initial_locale_(initial_locale) {
112 Carrier(const base::DictionaryValue* carrier_dict, const std::string& initial_locale) argument
148 InitFromDictionary( const base::DictionaryValue* carrier_dict, const std::string& initial_locale) argument
310 MobileConfig(const std::string& config, const std::string& initial_locale) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_localization_browsertest.cc65 // Populates the named machine statistic for initial_locale and
69 if (name == "initial_locale")
112 void RunLocalizationTest(const std::string& initial_locale,
240 const std::string& initial_locale,
245 statistics_provider_->set_locale(initial_locale);
239 RunLocalizationTest( const std::string& initial_locale, const std::string& keyboard_layout, const std::string& expected_locale, const std::string& expected_keyboard_layout, const std::string& expected_keyboard_select_control) argument

Completed in 3417 milliseconds