Searched refs:drive_notification_manager (Results 1 – 6 of 6) sorted by relevance
292 DriveNotificationManager* drive_notification_manager = in Shutdown() local294 if (drive_notification_manager) in Shutdown()295 drive_notification_manager->RemoveObserver(this); in Shutdown()509 DriveNotificationManager* drive_notification_manager = in InitializeAfterMetadataInitialized() local511 if (drive_notification_manager) { in InitializeAfterMetadataInitialized()512 drive_notification_manager->AddObserver(this); in InitializeAfterMetadataInitialized()514 drive_notification_manager->push_notification_registered(); in InitializeAfterMetadataInitialized()518 if (drive_notification_manager->push_notification_enabled()) in InitializeAfterMetadataInitialized()
96 drive::DriveNotificationManager* drive_notification_manager = in GetNotificationSource() local98 bool xmpp_enabled = drive_notification_manager->push_notification_enabled(); in GetNotificationSource()
21 "drive_notification_manager\.cc": [
83 drive::DriveNotificationManager* drive_notification_manager = in ~DriveFileSyncService() local85 if (drive_notification_manager) in ~DriveFileSyncService()86 drive_notification_manager->RemoveObserver(this); in ~DriveFileSyncService()432 drive::DriveNotificationManager* drive_notification_manager = in DidInitializeMetadataStore() local434 if (drive_notification_manager) in DidInitializeMetadataStore()435 drive_notification_manager->AddObserver(this); in DidInitializeMetadataStore()
633 drive::DriveNotificationManager* drive_notification_manager = in OnGetFilesystemMetadataForDeltaUpdate() local635 if (!drive_notification_manager) in OnGetFilesystemMetadataForDeltaUpdate()641 drive_notification_manager->push_notification_enabled()); in OnGetFilesystemMetadataForDeltaUpdate()
591 'browser/drive/drive_notification_manager.cc',592 'browser/drive/drive_notification_manager.h',