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/drive/
drive_integration_service.h 43 class DriveIntegrationServiceObserver {
54 virtual ~DriveIntegrationServiceObserver() {}
87 void AddObserver(DriveIntegrationServiceObserver* observer);
88 void RemoveObserver(DriveIntegrationServiceObserver* observer);
159 ObserverList<DriveIntegrationServiceObserver> observers_;
drive_integration_service.cc 254 DriveIntegrationServiceObserver* observer) {
260 DriveIntegrationServiceObserver* observer) {
341 FOR_EACH_OBSERVER(DriveIntegrationServiceObserver, observers_,
351 FOR_EACH_OBSERVER(DriveIntegrationServiceObserver, observers_,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.cc 21 class DriveMountPointWaiter : public drive::DriveIntegrationServiceObserver {
33 // DriveIntegrationServiceObserver override.
event_router.h 38 public drive::DriveIntegrationServiceObserver,
102 // drive::DriveIntegrationServiceObserver overrides.

Completed in 1453 milliseconds