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

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 30 class NotificationPromo {
41 NotificationPromo();
42 ~NotificationPromo();
127 DISALLOW_COPY_AND_ASSIGN(NotificationPromo);
notification_promo.cc 83 // TODO(achuith): Move NotificationPromo::PromoServerURL to the blocking pool.
103 NotificationPromo::PromoType promo_type;
108 { NotificationPromo::NO_PROMO, "" },
109 { NotificationPromo::NTP_NOTIFICATION_PROMO, "ntp_notification_promo" },
110 { NotificationPromo::NTP_BUBBLE_PROMO, "ntp_bubble_promo" },
111 { NotificationPromo::MOBILE_NTP_SYNC_PROMO, "mobile_ntp_sync_promo" },
115 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
188 NotificationPromo::NotificationPromo()
207 NotificationPromo::~NotificationPromo() {
    [all...]

Completed in 124 milliseconds