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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 66 MobileConfig::CarrierDeal::CarrierDeal(const 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 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);
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 218 DictionaryValue* deal_dict)
221 deal_dict->GetString(kDealLocaleAttr, &deal_locale);
222 deal_dict->GetString(kTopUpURLAttr, &top_up_url);
223 deal_dict->GetInteger(kNotificationCountAttr, &notification_count);
225 if (deal_dict->GetString(kDealExpireDateAttr, &date_string)) {
229 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings);
customization_document.h 109 explicit CarrierDeal(DictionaryValue* deal_dict);

Completed in 29 milliseconds