Searched refs:PromoType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.h34 enum PromoType { enum in class:NotificationPromo
46 void InitFromJson(const base::DictionaryValue& json, PromoType promo_type);
47 void InitFromPrefs(PromoType promo_type);
59 static void HandleClosed(PromoType promo_type);
62 static bool HandleViewed(PromoType promo_type);
67 PromoType promo_type() const { return promo_type_; }
109 PromoType promo_type_;
H A Dnotification_promo.cc105 NotificationPromo::PromoType promo_type;
118 // Convert PromoType to appropriate string.
119 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
216 PromoType promo_type) {
368 void NotificationPromo::InitFromPrefs(PromoType promo_type) {
433 void NotificationPromo::HandleClosed(PromoType promo_type) {
444 bool NotificationPromo::HandleViewed(PromoType promo_type) {
H A Dpromo_resource_service.cc34 const NotificationPromo::PromoType kValidPromoTypes[] = {
H A Dpromo_resource_service_unittest.cc344 NotificationPromo::PromoType promo_type_;

Completed in 722 milliseconds