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

  /external/chromium_org/chrome/browser/drive/
drive_notification_observer.h 12 class DriveNotificationObserver {
21 virtual ~DriveNotificationObserver() {}
drive_notification_manager.h 44 void AddObserver(DriveNotificationObserver* observer);
45 void RemoveObserver(DriveNotificationObserver* observer);
77 ObserverList<DriveNotificationObserver> observers_;
drive_notification_manager.cc 64 FOR_EACH_OBSERVER(DriveNotificationObserver, observers_,
88 DriveNotificationObserver* observer) {
93 DriveNotificationObserver* observer) {
113 FOR_EACH_OBSERVER(DriveNotificationObserver, observers_,
  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.cc 28 public drive::DriveNotificationObserver {
41 // drive::DriveNotificationObserver:
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 68 public DriveNotificationObserver,
100 // DriveNotificationObserver implementation.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 61 public drive::DriveNotificationObserver,
125 // drive::DriveNotificationObserver overrides.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 63 public drive::DriveNotificationObserver {
120 // drive::DriveNotificationObserver implementation.

Completed in 672 milliseconds