Home
last modified time | relevance | path

Searched refs:deal (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/chromium/chrome/browser/chromeos/
Dcustomization_document_unittest.cc195 const ServicesCustomizationDocument::CarrierDeal* deal; in TEST() local
196 deal = customization.GetCarrierDeal("Carrier (country)", true); in TEST()
197 EXPECT_TRUE(deal != NULL); in TEST()
198 EXPECT_EQ("en-US", deal->deal_locale); in TEST()
199 EXPECT_EQ("http://www.carrier.com/", deal->top_up_url); in TEST()
200 EXPECT_EQ(1, deal->notification_count); in TEST()
202 deal->GetLocalizedString("en-US", "notification_text")); in TEST()
204 deal->GetLocalizedString("en", "notification_text")); in TEST()
208 EXPECT_EQ(reference_time, deal->expire_date); in TEST()
216 const ServicesCustomizationDocument::CarrierDeal* deal; in TEST() local
[all …]
Dcustomization_document.cc363 CarrierDeal* deal = iter->second; in GetCarrierDeal() local
366 if (initial_locale_ != deal->deal_locale) in GetCarrierDeal()
370 if (!deal->expire_date.is_null() && in GetCarrierDeal()
371 deal->expire_date <= base::Time::Now()) { in GetCarrierDeal()
375 return deal; in GetCarrierDeal()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.cc273 const ServicesCustomizationDocument::CarrierDeal* deal = in GetCarrierDeal() local
275 if (deal) { in GetCarrierDeal()
278 if (carrier_deal_promo_pref >= deal->notification_count) in GetCarrierDeal()
281 std::string deal_text = deal->GetLocalizedString(locale, in GetCarrierDeal()
286 return deal; in GetCarrierDeal()
432 const ServicesCustomizationDocument::CarrierDeal* deal = in ShowOptionalMobileDataPromoNotification() local
436 if (deal) { in ShowOptionalMobileDataPromoNotification()
439 deal_text = deal->GetLocalizedString(locale, "notification_text"); in ShowOptionalMobileDataPromoNotification()
440 deal_url_ = deal->top_up_url; in ShowOptionalMobileDataPromoNotification()
/external/libxslt/
DNOTICE6 of this software and associated documentation files (the "Software"), to deal
23 be used in advertising or otherwise to promote the sale, use or other deal-
34 of this software and associated documentation files (the "Software"), to deal
51 be used in advertising or otherwise to promote the sale, use or other deal-
DCopyright6 of this software and associated documentation files (the "Software"), to deal
23 be used in advertising or otherwise to promote the sale, use or other deal-
34 of this software and associated documentation files (the "Software"), to deal
51 be used in advertising or otherwise to promote the sale, use or other deal-
/external/libxml2/
DNOTICE8 of this software and associated documentation files (the "Software"), to deal
25 be used in advertising or otherwise to promote the sale, use or other deal-
DCopyright8 of this software and associated documentation files (the "Software"), to deal
25 be used in advertising or otherwise to promote the sale, use or other deal-
/external/valgrind/main/none/tests/x86/
Dint.disabled1 # This is currently disabled because vex doesn't deal with x86
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
DNOTICE28 of this software and associated documentation files (the "Software"), to deal
55 of this software and associated documentation files (the "Software"), to deal
82 of this software and associated documentation files (the "Software"), to deal
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
DNOTICE12 of this software and associated documentation files (the "Software"), to deal
38 of this software and associated documentation files (the "Software"), to deal
/external/llvm/test/CodeGen/Thumb2/
D2010-04-15-DynAllocBug.ll5 ; than once. We'll deal with poor codegen later.
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DCHANGELOG.txt9 * A change to port handling to better deal with https and the like per
DLICENSE.txt6 of this software and associated documentation files (the "Software"), to deal
/external/valgrind/main/docs/internals/
Dm_syswrap.txt12 and a great deal of commentary. The wrappers themselves live in
/external/clang/include/clang/AST/
DTypeNodes.def25 // type. Clients that only need to deal with canonical types
31 // type that is always dependent. Clients that do not need to deal
/external/mksh/
DNOTICE9 * is granted to deal in this work without restriction, including un‐
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
DLICENSE.txt4 this software and associated documentation files (the "Software"), to deal in
/external/llvm/test/YAMLParser/
DLICENSE.txt4 this software and associated documentation files (the "Software"), to deal in
/external/dropbear/
DNOTICE16 of this software and associated documentation files (the "Software"), to deal
74 (the "Software"), to deal in the Software without restriction,
DLICENSE16 of this software and associated documentation files (the "Software"), to deal
74 (the "Software"), to deal in the Software without restriction,
/external/libffi/
DNOTICE6 ``Software''), to deal in the Software without restriction, including
DLICENSE6 ``Software''), to deal in the Software without restriction, including
/external/bouncycastle/
DNOTICE4 associated documentation files (the "Software"), to deal in the Software without restriction,
/external/expat/
DNOTICE7 "Software"), to deal in the Software without restriction, including
/external/mesa3d/src/glsl/glcpp/
DREADME17 to encounter and deal with the following preprocessor macros:

1234567891011