HomeSort by relevance Sort by last modified time
    Searched refs:OnNotificationReceived (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/drive/
drive_notification_observer.h 15 virtual void OnNotificationReceived() = 0;
drive_notification_manager.cc 114 OnNotificationReceived());
  /external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h 31 virtual void OnNotificationReceived(const Notification& notification) = 0;
push_notifications_listen_task.cc 79 delegate_->OnNotificationReceived(notification);
xmpp_push_client.h 63 virtual void OnNotificationReceived(
xmpp_push_client_unittest.cc 67 xmpp_push_client_->OnNotificationReceived(Notification());
xmpp_push_client.cc 80 void XmppPushClient::OnNotificationReceived(
  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.cc 42 virtual void OnNotificationReceived() OVERRIDE;
111 void DriveServiceBridgeImpl::OnNotificationReceived() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker_interface.h 99 virtual void OnNotificationReceived() = 0;
fake_sync_worker.h 83 virtual void OnNotificationReceived() OVERRIDE;
sync_worker.h 101 virtual void OnNotificationReceived() OVERRIDE;
fake_sync_worker.cc 151 void FakeSyncWorker::OnNotificationReceived() {
sync_engine.h 126 virtual void OnNotificationReceived() OVERRIDE;
sync_engine.cc 607 void SyncEngine::OnNotificationReceived() {
613 base::Bind(&SyncWorkerInterface::OnNotificationReceived,
sync_worker.cc 307 void SyncWorker::OnNotificationReceived() {
drive_backend_sync_unittest.cc 332 remote_sync_service_->OnNotificationReceived();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 101 virtual void OnNotificationReceived() OVERRIDE;
drive_integration_service.cc 376 void DriveIntegrationService::OnNotificationReceived() {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 121 virtual void OnNotificationReceived() OVERRIDE;
drive_file_sync_service_sync_unittest.cc 212 remote_sync_service_->OnNotificationReceived();
drive_file_sync_service.cc     [all...]

Completed in 991 milliseconds