Searched defs:NotificationPromo (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc85 // TODO(achuith): Move NotificationPromo::PromoServerURL to the blocking pool.
105 NotificationPromo::PromoType promo_type;
110 { NotificationPromo::NO_PROMO, "" },
111 { NotificationPromo::NTP_NOTIFICATION_PROMO, "ntp_notification_promo" },
112 { NotificationPromo::NTP_BUBBLE_PROMO, "ntp_bubble_promo" },
113 { NotificationPromo::MOBILE_NTP_SYNC_PROMO, "mobile_ntp_sync_promo" },
114 { NotificationPromo::MOBILE_NTP_WHATS_NEW_PROMO,
119 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
192 NotificationPromo::NotificationPromo() function in class:NotificationPromo
[all...]
H A Dnotification_promo.h30 class NotificationPromo { class
42 NotificationPromo();
43 ~NotificationPromo();
139 DISALLOW_COPY_AND_ASSIGN(NotificationPromo);

Completed in 98 milliseconds