Home
last modified time | relevance | path

Searched refs:drive_notification_manager (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/apps/drive/
Ddrive_service_bridge.cc59 drive::DriveNotificationManager* drive_notification_manager = in ~DriveServiceBridgeImpl() local
61 if (drive_notification_manager) in ~DriveServiceBridgeImpl()
62 drive_notification_manager->RemoveObserver(this); in ~DriveServiceBridgeImpl()
93 drive::DriveNotificationManager* drive_notification_manager = in Initialize() local
95 if (drive_notification_manager) in Initialize()
96 drive_notification_manager->AddObserver(this); in Initialize()
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_integration_service.cc297 DriveNotificationManager* drive_notification_manager = in Shutdown() local
299 if (drive_notification_manager) in Shutdown()
300 drive_notification_manager->RemoveObserver(this); in Shutdown()
536 DriveNotificationManager* drive_notification_manager = in InitializeAfterMetadataInitialized() local
538 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()
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
Dsync_file_system_internals_handler.cc124 drive::DriveNotificationManager* drive_notification_manager = in GetNotificationSource() local
126 if (!drive_notification_manager) in GetNotificationSource()
128 bool xmpp_enabled = drive_notification_manager->push_notification_enabled(); in GetNotificationSource()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc613 drive::DriveNotificationManager* drive_notification_manager = in OnGetFilesystemMetadataForDeltaUpdate() local
615 if (!drive_notification_manager) in OnGetFilesystemMetadataForDeltaUpdate()
621 drive_notification_manager->push_notification_enabled()); in OnGetFilesystemMetadataForDeltaUpdate()
/external/chromium_org/chrome/
Dchrome_browser.gypi1416 'browser/drive/drive_notification_manager.cc',
1417 'browser/drive/drive_notification_manager.h',