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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.h 72 const std::string& initial_locale);
89 const std::string& initial_locale);
170 const std::string& initial_locale);
mobile_config.cc 113 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) {
customization_document_unittest.cc 46 " \"initial_locale\" : \"en-US\","
63 " \"initial_locale\" : \"ja\","
69 " \"initial_locale\" : \"ru-RU\","
120 EXPECT_EQ("ru-RU", customization.initial_locale());
139 GetMachineStatistic(std::string("initial_locale"), NotNull()))
153 EXPECT_EQ("ja", customization.initial_locale());
customization_document.h 93 // Raw value of "initial_locale" like initial_locale="en-US,sv,da,fi,no" .
94 const std::string& initial_locale() const { return initial_locale_; } function in class:chromeos::StartupCustomizationDocument
99 // Default locale value (first value in initial_locale list).
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_localization_browsertest.cc 65 // 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);
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 171 vpd = {'initial_locale': region.language_code,
226 # To save time, only read initial_locale and keyboard_layout.
229 ['vpd', '-g', 'initial_locale'])

Completed in 2278 milliseconds