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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.h 118 class LocaleConfig {
120 explicit LocaleConfig(base::DictionaryValue* locale_dict);
121 ~LocaleConfig();
135 DISALLOW_COPY_AND_ASSIGN(LocaleConfig);
151 const MobileConfig::LocaleConfig* GetLocaleConfig() const;
192 scoped_ptr<LocaleConfig> locale_config_;
mobile_config.cc 200 // MobileConfig::LocaleConfig implementation. ----------------------------------
202 MobileConfig::LocaleConfig::LocaleConfig(DictionaryValue* locale_dict) {
206 MobileConfig::LocaleConfig::~LocaleConfig() {
209 void MobileConfig::LocaleConfig::InitFromDictionary(
237 const MobileConfig::LocaleConfig* MobileConfig::GetLocaleConfig() const {
297 locale_config_.reset(new LocaleConfig(locale_config_dict));

Completed in 122 milliseconds