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

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_unittest.cc 337 const NotificationPromo& promo() const { return notification_promo_; } function in class:NotificationPromoTest
369 // Set up start date and promo line in a Dictionary as if parsed from the
431 // Set up start date and promo line in a Dictionary as if parsed from the
479 // Set up start date and promo line in a Dictionary as if parsed from the
541 // Set up start date and promo line in a Dictionary as if parsed from the
580 EXPECT_FALSE(promo_test.promo().CanShow());
notification_promo.cc 39 const char kPrefPromoObject[] = "promo";
56 // Returns a string suitable for the Promo Server URL 'osname' value.
79 // Returns a string suitable for the Promo Server URL 'dist' value.
218 const base::DictionaryValue* promo = NULL; local
219 if (!promo_list->GetDictionary(0, &promo))
224 if (promo->GetList("date", &date_list)) {
246 if (promo->GetDictionary("grouping", &grouping)) {
262 promo->GetDictionary("strings", &strings);
266 if (promo->GetDictionary("payload", &payload)) {
282 promo->GetInteger("max_views", &max_views_)
421 NotificationPromo promo; local
432 NotificationPromo promo; local
    [all...]

Completed in 1077 milliseconds