Searched refs:drive_notification_manager (Results 1 – 5 of 5) sorted by relevance
59 drive::DriveNotificationManager* drive_notification_manager = in ~DriveServiceBridgeImpl() local61 if (drive_notification_manager) in ~DriveServiceBridgeImpl()62 drive_notification_manager->RemoveObserver(this); in ~DriveServiceBridgeImpl()93 drive::DriveNotificationManager* drive_notification_manager = in Initialize() local95 if (drive_notification_manager) in Initialize()96 drive_notification_manager->AddObserver(this); in Initialize()
297 DriveNotificationManager* drive_notification_manager = in Shutdown() local299 if (drive_notification_manager) in Shutdown()300 drive_notification_manager->RemoveObserver(this); in Shutdown()536 DriveNotificationManager* drive_notification_manager = in InitializeAfterMetadataInitialized() local538 if (drive_notification_manager) { in InitializeAfterMetadataInitialized()539 drive_notification_manager->AddObserver(this); in InitializeAfterMetadataInitialized()541 drive_notification_manager->push_notification_registered(); in InitializeAfterMetadataInitialized()545 if (drive_notification_manager->push_notification_enabled()) in InitializeAfterMetadataInitialized()
124 drive::DriveNotificationManager* drive_notification_manager = in GetNotificationSource() local126 if (!drive_notification_manager) in GetNotificationSource()128 bool xmpp_enabled = drive_notification_manager->push_notification_enabled(); in GetNotificationSource()
613 drive::DriveNotificationManager* drive_notification_manager = in OnGetFilesystemMetadataForDeltaUpdate() local615 if (!drive_notification_manager) in OnGetFilesystemMetadataForDeltaUpdate()621 drive_notification_manager->push_notification_enabled()); in OnGetFilesystemMetadataForDeltaUpdate()
1416 'browser/drive/drive_notification_manager.cc',1417 'browser/drive/drive_notification_manager.h',