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

  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 34 enum PromoType {
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_; }
104 PromoType promo_type_;
notification_promo.cc 103 NotificationPromo::PromoType promo_type;
114 // Convert PromoType to appropriate string.
115 const char* PromoTypeToString(NotificationPromo::PromoType promo_type) {
210 PromoType promo_type) {
357 void NotificationPromo::InitFromPrefs(PromoType promo_type) {
419 void NotificationPromo::HandleClosed(PromoType promo_type) {
430 bool NotificationPromo::HandleViewed(PromoType promo_type) {
promo_resource_service.cc 34 const NotificationPromo::PromoType kValidPromoTypes[] = {
promo_resource_service_unittest.cc 344 NotificationPromo::PromoType promo_type_;

Completed in 69 milliseconds