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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.h 40 class CarrierDeal {
42 explicit CarrierDeal(const base::DictionaryValue* deal_dict);
43 ~CarrierDeal();
65 DISALLOW_COPY_AND_ASSIGN(CarrierDeal);
81 const CarrierDeal* GetDefaultDeal() const;
84 const CarrierDeal* GetDeal(const std::string& deal_id) const;
96 typedef std::map<std::string, CarrierDeal*> CarrierDeals;
mobile_config_unittest.cc 137 const MobileConfig::CarrierDeal* deal;
173 const MobileConfig::CarrierDeal* deal;
185 const MobileConfig::CarrierDeal* deal;
203 const MobileConfig::CarrierDeal* deal;
221 const MobileConfig::CarrierDeal* deal;
mobile_config.cc 64 // MobileConfig::CarrierDeal implementation. -----------------------------------
66 MobileConfig::CarrierDeal::CarrierDeal(const base::DictionaryValue* deal_dict)
91 MobileConfig::CarrierDeal::~CarrierDeal() {
94 std::string MobileConfig::CarrierDeal::GetLocalizedString(
122 const MobileConfig::CarrierDeal* MobileConfig::Carrier::GetDefaultDeal() const {
131 const MobileConfig::CarrierDeal* MobileConfig::Carrier::GetDeal(
135 CarrierDeal* deal = iter->second;
179 scoped_ptr<CarrierDeal> deal(new CarrierDeal(deal_dict))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 103 const chromeos::MobileConfig::CarrierDeal* GetCarrierDeal(
105 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal();
184 const MobileConfig::CarrierDeal* deal = NULL;

Completed in 270 milliseconds