Searched defs:promo_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.h67 PromoType promo_type() const { return promo_type_; }
109 PromoType promo_type_; member in class:NotificationPromo
H A Dpromo_resource_service_unittest.cc108 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 90 milliseconds