HomeSort by relevance Sort by last modified time
    Searched refs:deal (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/chromeos/
mobile_config_unittest.cc 137 const MobileConfig::CarrierDeal* deal; local
138 deal = carrier->GetDefaultDeal();
139 EXPECT_TRUE(deal != NULL);
140 deal = carrier->GetDeal("0");
141 EXPECT_TRUE(deal != NULL);
142 EXPECT_EQ("en-US", deal->locales()[0]);
143 EXPECT_EQ(1, deal->notification_count());
145 deal->GetLocalizedString("en-US", "notification_text"));
147 deal->GetLocalizedString("en", "notification_text"));
151 EXPECT_EQ(reference_time, deal->expire_date())
173 const MobileConfig::CarrierDeal* deal; local
185 const MobileConfig::CarrierDeal* deal; local
203 const MobileConfig::CarrierDeal* deal; local
221 const MobileConfig::CarrierDeal* deal; local
    [all...]
mobile_config.cc 37 // Carrier deal attributes.
73 // Extract list of deal locales.
137 CarrierDeal* deal = iter->second; local
138 // Make sure that deal is still active,
139 // i.e. if deal expire date is defined, check it.
140 if (!deal->expire_date().is_null() &&
141 deal->expire_date() <= base::Time::Now()) {
144 return deal;
181 scoped_ptr<CarrierDeal> deal(new CarrierDeal(deal_dict));
184 std::find(deal->locales().begin()
    [all...]
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 195 const ServicesCustomizationDocument::CarrierDeal* deal; local
196 deal = customization.GetCarrierDeal("Carrier (country)", true);
197 EXPECT_TRUE(deal != NULL);
198 EXPECT_EQ("en-US", deal->deal_locale);
199 EXPECT_EQ("http://www.carrier.com/", deal->top_up_url);
200 EXPECT_EQ(1, deal->notification_count);
202 deal->GetLocalizedString("en-US", "notification_text"));
204 deal->GetLocalizedString("en", "notification_text"));
208 EXPECT_EQ(reference_time, deal->expire_date);
216 const ServicesCustomizationDocument::CarrierDeal* deal; local
227 const ServicesCustomizationDocument::CarrierDeal* deal; local
241 const ServicesCustomizationDocument::CarrierDeal* deal; local
    [all...]
customization_document.cc 363 CarrierDeal* deal = iter->second; local
365 // Deal locale has to match initial_locale (= launch country).
366 if (initial_locale_ != deal->deal_locale)
368 // Make sure that deal is still active,
369 // i.e. if deal expire date is defined, check it.
370 if (!deal->expire_date.is_null() &&
371 deal->expire_date <= base::Time::Now()) {
375 return deal;
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 73 // carrier deal notification has been shown to users on this machine.
99 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal(); local
100 if (deal) {
101 // Check deal for validity.
103 if (carrier_deal_promo_pref >= deal->notification_count())
106 std::string deal_text = deal->GetLocalizedString(locale,
111 return deal;
131 // Carrier deal notification shown count defaults to 0.
140 // of Mobile Data connection or if there's a carrier deal defined
148 const MobileConfig::CarrierDeal* deal = NULL local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 90 // carrier deal notification has been shown to user or -1
273 const ServicesCustomizationDocument::CarrierDeal* deal = local
275 if (deal) {
276 // Check deal for validity.
278 if (carrier_deal_promo_pref >= deal->notification_count)
281 std::string deal_text = deal->GetLocalizedString(locale,
286 return deal;
426 // of Mobile Data connection or if there's a carrier deal defined
432 const ServicesCustomizationDocument::CarrierDeal* deal = local
436 if (deal) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/
Android.common.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/i915/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nouveau/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nv30/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nv50/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/nvc0/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/r300/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/r600/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/radeonsi/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/softpipe/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/drivers/svga/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/state_trackers/egl/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/i915/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation
  /external/mesa3d/src/gallium/winsys/radeon/drm/
Android.mk 8 # to deal in the Software without restriction, including without limitation

Completed in 757 milliseconds

1 2 3 4