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

  /external/chromium_org/content/renderer/
active_notification_tracker.cc 17 ActiveNotificationTracker::ActiveNotificationTracker() {}
19 ActiveNotificationTracker::~ActiveNotificationTracker() {}
21 bool ActiveNotificationTracker::GetId(
30 bool ActiveNotificationTracker::GetNotification(
40 int ActiveNotificationTracker::RegisterNotification(
53 void ActiveNotificationTracker::UnregisterNotification(int id) {
62 void ActiveNotificationTracker::Clear() {
69 WebNotificationPermissionCallback* ActiveNotificationTracker::GetCallback
    [all...]
active_notification_tracker.h 25 class CONTENT_EXPORT ActiveNotificationTracker {
27 ActiveNotificationTracker();
28 ~ActiveNotificationTracker();
53 DISALLOW_COPY_AND_ASSIGN(ActiveNotificationTracker);

Completed in 86 milliseconds