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

  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.cc 30 DriveNotificationManager::DriveNotificationManager(Profile* profile)
41 DriveNotificationManager::~DriveNotificationManager() {}
43 void DriveNotificationManager::Shutdown() {
57 void DriveNotificationManager::OnInvalidatorStateChange(
69 void DriveNotificationManager::OnIncomingInvalidation(
90 void DriveNotificationManager::AddObserver(
95 void DriveNotificationManager::RemoveObserver(
100 void DriveNotificationManager::RestartPollingTimer()
    [all...]
drive_notification_manager.h 24 class DriveNotificationManager
28 explicit DriveNotificationManager(Profile* profile);
29 virtual ~DriveNotificationManager();
88 base::WeakPtrFactory<DriveNotificationManager> weak_ptr_factory_;
90 DISALLOW_COPY_AND_ASSIGN(DriveNotificationManager);

Completed in 664 milliseconds