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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 66 MobileConfig::CarrierDeal::CarrierDeal(const base::DictionaryValue* deal_dict)
69 deal_dict->GetString(kDealIdAttr, &deal_id_);
73 if (deal_dict->GetList(kDealLocalesAttr, &locale_list)) {
81 deal_dict->GetString(kInfoURLAttr, &info_url_);
82 deal_dict->GetInteger(kNotificationCountAttr, &notification_count_);
84 if (deal_dict->GetString(kDealExpireDateAttr, &date_string)) {
88 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings_);
177 const base::DictionaryValue* deal_dict = NULL; local
178 if (deals_list->GetDictionary(i, &deal_dict)) {
179 scoped_ptr<CarrierDeal> deal(new CarrierDeal(deal_dict));
    [all...]
mobile_config.h 42 explicit CarrierDeal(const base::DictionaryValue* deal_dict);

Completed in 39 milliseconds