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

/external/chromium_org/content/renderer/
H A Dactive_notification_tracker.h21 class CONTENT_EXPORT ActiveNotificationTracker { class in namespace:content
23 ActiveNotificationTracker();
24 ~ActiveNotificationTracker();
42 DISALLOW_COPY_AND_ASSIGN(ActiveNotificationTracker);
H A Dactive_notification_tracker.cc15 ActiveNotificationTracker::ActiveNotificationTracker() {} function in class:content::ActiveNotificationTracker
17 ActiveNotificationTracker::~ActiveNotificationTracker() {}
19 bool ActiveNotificationTracker::GetId(
28 bool ActiveNotificationTracker::GetNotification(
38 int ActiveNotificationTracker::RegisterNotification(
51 void ActiveNotificationTracker::UnregisterNotification(int id) {
60 void ActiveNotificationTracker::Clear() {
H A Dactive_notification_tracker_unittest.cc11 ActiveNotificationTracker tracker;
H A Dnotification_provider.h43 ActiveNotificationTracker manager_;

Completed in 484 milliseconds