Home
last modified time | relevance | path

Searched refs:HandleViewed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
Dnew_tab_page_handler.cc89 if (NotificationPromo::HandleViewed( in HandleNotificationPromoViewed()
112 if (NotificationPromo::HandleViewed(NotificationPromo::NTP_BUBBLE_PROMO)) in HandleBubblePromoViewed()
/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo.h61 static bool HandleViewed(PromoType promo_type);
Dpromo_resource_service_unittest.cc220 NotificationPromo::HandleViewed(promo_type_); in TestViews()
225 NotificationPromo::HandleViewed(promo_type_); in TestViews()
Dnotification_promo.cc430 bool NotificationPromo::HandleViewed(PromoType promo_type) { in HandleViewed() function in NotificationPromo
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
Dpromo_handler.cc228 if (NotificationPromo::HandleViewed( in RecordPromotionImpression()