HomeSort by relevance Sort by last modified time
    Searched refs:DriveNotificationObserver (Results 1 - 6 of 6) 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 65 FOR_EACH_OBSERVER(DriveNotificationObserver, observers_,
87 DriveNotificationObserver* observer) {
92 DriveNotificationObserver* observer) {
112 FOR_EACH_OBSERVER(DriveNotificationObserver, observers_,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 66 public DriveNotificationObserver {
96 // DriveNotificationObserver implementation.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 42 public drive::DriveNotificationObserver,
108 // drive::DriveNotificationObserver overrides.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 67 public drive::DriveNotificationObserver {
133 // drive::DriveNotificationObserver implementation.

Completed in 407 milliseconds