HomeSort by relevance Sort by last modified time
    Searched refs:LocaleConfig (Results 1 - 4 of 4) 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 198 // MobileConfig::LocaleConfig implementation. ----------------------------------
200 MobileConfig::LocaleConfig::LocaleConfig(DictionaryValue* locale_dict) {
204 MobileConfig::LocaleConfig::~LocaleConfig() {
207 void MobileConfig::LocaleConfig::InitFromDictionary(
235 const MobileConfig::LocaleConfig* MobileConfig::GetLocaleConfig() const {
295 locale_config_.reset(new LocaleConfig(locale_config_dict));
mobile_config_unittest.cc 153 const MobileConfig::LocaleConfig* locale_config;
243 const MobileConfig::LocaleConfig* locale_config;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 83 milliseconds