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

  /external/chromium_org/content/renderer/
active_notification_tracker.h 21 class CONTENT_EXPORT ActiveNotificationTracker {
23 ActiveNotificationTracker();
24 ~ActiveNotificationTracker();
42 DISALLOW_COPY_AND_ASSIGN(ActiveNotificationTracker);
active_notification_tracker.cc 15 ActiveNotificationTracker::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() {
active_notification_tracker_unittest.cc 11 ActiveNotificationTracker tracker;
notification_provider.h 43 ActiveNotificationTracker manager_;

Completed in 176 milliseconds