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

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 45 void InitFromJson(const base::DictionaryValue& json, PromoType promo_type);
46 void InitFromPrefs(PromoType promo_type);
58 static void HandleClosed(PromoType promo_type);
61 static bool HandleViewed(PromoType promo_type);
66 PromoType promo_type() const { return promo_type_; } function in class:NotificationPromo
notification_promo.cc 103 NotificationPromo::PromoType promo_type; member in struct:__anon10143::PromoMapEntry
115 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
117 if (kPromoMap[i].promo_type == promo_type)
210 PromoType promo_type) {
211 promo_type_ = promo_type;
357 void NotificationPromo::InitFromPrefs(PromoType promo_type) {
358 promo_type_ = promo_type;
419 void NotificationPromo::HandleClosed(PromoType promo_type) {
422 promo.InitFromPrefs(promo_type);
    [all...]

Completed in 45 milliseconds