Home
last modified time | relevance | path

Searched refs:OnNotificationReceived (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/apps/drive/
Ddrive_service_bridge.cc42 virtual void OnNotificationReceived() OVERRIDE;
111 void DriveServiceBridgeImpl::OnNotificationReceived() { in OnNotificationReceived() function in __anon7d711a380111::DriveServiceBridgeImpl
/external/chromium_org/chrome/browser/drive/
Ddrive_notification_observer.h15 virtual void OnNotificationReceived() = 0;
Ddrive_notification_manager.cc114 OnNotificationReceived()); in NotifyObserversToUpdate()
/external/chromium_org/jingle/notifier/listener/
Dpush_notifications_listen_task.h31 virtual void OnNotificationReceived(const Notification& notification) = 0;
Dpush_notifications_listen_task.cc79 delegate_->OnNotificationReceived(notification); in ProcessResponse()
Dxmpp_push_client.h63 virtual void OnNotificationReceived(
Dxmpp_push_client_unittest.cc67 xmpp_push_client_->OnNotificationReceived(Notification()); in TEST_F()
Dxmpp_push_client.cc80 void XmppPushClient::OnNotificationReceived( in OnNotificationReceived() function in notifier::XmppPushClient
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
Dsync_file_system_browsertest.cc120 sync_engine()->OnNotificationReceived(); in OnNewChangeAvailable()
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_integration_service.h101 virtual void OnNotificationReceived() OVERRIDE;
Ddrive_integration_service.cc375 void DriveIntegrationService::OnNotificationReceived() { in OnNotificationReceived() function in drive::DriveIntegrationService
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine.h139 virtual void OnNotificationReceived() OVERRIDE;
Dsync_engine.cc655 void SyncEngine::OnNotificationReceived() { in OnNotificationReceived() function in sync_file_system::drive_backend::SyncEngine
Ddrive_backend_sync_unittest.cc333 remote_sync_service_->OnNotificationReceived(); in FetchRemoteChanges()