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

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 66 PromoType promo_type() const { return promo_type_; }
104 PromoType promo_type_; member in class:NotificationPromo
promo_resource_service_unittest.cc 108 promo_type_ = NotificationPromo::NTP_NOTIFICATION_PROMO;
127 notification_promo_.InitFromJson(*test_json_, promo_type_);
163 prefs_notification_promo.InitFromPrefs(promo_type_);
220 NotificationPromo::HandleViewed(promo_type_);
222 new_promo.InitFromPrefs(promo_type_);
225 NotificationPromo::HandleViewed(promo_type_);
226 new_promo.InitFromPrefs(promo_type_);
246 new_promo.InitFromPrefs(promo_type_);
250 NotificationPromo::HandleClosed(promo_type_);
251 new_promo.InitFromPrefs(promo_type_);
344 NotificationPromo::PromoType promo_type_; member in class:NotificationPromoTest
    [all...]

Completed in 32 milliseconds