Home
last modified time | relevance | path

Searched refs:ExceedsMaxSeconds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo.h101 bool ExceedsMaxSeconds() const;
Dnotification_promo.cc426 !ExceedsMaxSeconds() && in CanShow()
453 return promo.ExceedsMaxViews() || promo.ExceedsMaxSeconds(); in HandleViewed()
464 bool NotificationPromo::ExceedsMaxSeconds() const { in ExceedsMaxSeconds() function in NotificationPromo