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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 17 class DriveMountPointWaiter : public drive::DriveIntegrationServiceObserver {
29 // DriveIntegrationServiceObserver override.
volume_manager.h 119 public drive::DriveIntegrationServiceObserver,
165 // drive::DriveIntegrationServiceObserver overrides.
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 45 class DriveIntegrationServiceObserver {
56 virtual ~DriveIntegrationServiceObserver() {}
97 void AddObserver(DriveIntegrationServiceObserver* observer);
98 void RemoveObserver(DriveIntegrationServiceObserver* observer);
183 ObserverList<DriveIntegrationServiceObserver> observers_;
drive_integration_service.cc 364 DriveIntegrationServiceObserver* observer) {
370 DriveIntegrationServiceObserver* observer) {
449 FOR_EACH_OBSERVER(DriveIntegrationServiceObserver, observers_,
460 FOR_EACH_OBSERVER(DriveIntegrationServiceObserver, observers_,

Completed in 54 milliseconds