Home
last modified time | relevance | path

Searched refs:DriveIntegrationService (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_integration_service.cc170 class DriveIntegrationService::PreferenceWatcher {
184 void set_integration_service(DriveIntegrationService* integration_service) { in set_integration_service()
197 DriveIntegrationService* integration_service_;
203 DriveIntegrationService::DriveIntegrationService( in DriveIntegrationService() function in drive::DriveIntegrationService
283 DriveIntegrationService::~DriveIntegrationService() { in ~DriveIntegrationService()
287 void DriveIntegrationService::Shutdown() { in Shutdown()
306 void DriveIntegrationService::SetEnabled(bool enabled) { in SetEnabled()
345 bool DriveIntegrationService::IsMounted() const { in IsMounted()
354 void DriveIntegrationService::AddObserver( in AddObserver()
360 void DriveIntegrationService::RemoveObserver( in RemoveObserver()
[all …]
Ddrive_integration_service.h64 class DriveIntegrationService
76 DriveIntegrationService(
82 virtual ~DriveIntegrationService();
178 base::WeakPtrFactory<DriveIntegrationService> weak_ptr_factory_;
179 DISALLOW_COPY_AND_ASSIGN(DriveIntegrationService);
188 typedef base::Callback<DriveIntegrationService*(Profile* profile)>
193 static DriveIntegrationService* GetForProfile(Profile* profile);
196 static DriveIntegrationService* GetForProfileRegardlessOfStates(
201 static DriveIntegrationService* FindForProfile(Profile* profile);
204 static DriveIntegrationService* FindForProfileRegardlessOfStates(
Ddrive_integration_service_unittest.cc20 integration_service_.reset(new DriveIntegrationService( in SetUp()
28 scoped_ptr<DriveIntegrationService> integration_service_;
Dfile_system_util.cc104 DriveIntegrationService* GetIntegrationServiceByProfile(Profile* profile) { in GetIntegrationServiceByProfile()
105 DriveIntegrationService* service = in GetIntegrationServiceByProfile()
135 DriveIntegrationService* integration_service = in GetFileSystemByProfile()
154 DriveIntegrationService* integration_service = in GetDriveAppRegistryByProfile()
164 DriveIntegrationService* integration_service = in GetDriveServiceByProfile()
Ddrive_integration_service_browsertest.cc32 drive::DriveIntegrationService* integration_service = in IN_PROC_BROWSER_TEST_F()
Dfile_task_executor.cc99 DriveIntegrationService* service = in OnAppAuthorized()
Ddownload_handler.cc115 DriveIntegrationService* service = in GetForProfile()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Ddrive_test_util.cc24 drive::DriveIntegrationService* integration_service) in DriveMountPointWaiter()
46 drive::DriveIntegrationService* integration_service_;
62 drive::DriveIntegrationService* integration_service = in WaitUntilDriveMountPointIsAdded()
Dvolume_manager.h29 class DriveIntegrationService; variable
100 drive::DriveIntegrationService* drive_integration_service,
154 drive::DriveIntegrationService* drive_integration_service_;
Dexternal_filesystem_apitest.cc314 drive::DriveIntegrationService* CreateDriveIntegrationService( in CreateDriveIntegrationService()
322 return new drive::DriveIntegrationService( in CreateDriveIntegrationService()
Dfile_manager_browsertest.cc400 drive::DriveIntegrationService* CreateDriveIntegrationService( in CreateDriveIntegrationService()
408 integration_service_ = new drive::DriveIntegrationService( in CreateDriveIntegrationService()
416 drive::DriveIntegrationService* integration_service_;
Dvolume_manager.cc144 drive::DriveIntegrationService* drive_integration_service, in VolumeManager()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc216 drive::DriveIntegrationService* GetIntegrationService();
387 drive::DriveIntegrationService*
392 drive::DriveIntegrationService* service = in GetIntegrationService()
416 drive::DriveIntegrationService* integration_service = in OnPageLoaded()
595 drive::DriveIntegrationService* integration_service = in ReloadDriveFileSystem()
869 drive::DriveIntegrationService* integration_service = in OnPeriodicUpdate()
/external/chromium_org/chrome/browser/chromeos/system/
Dash_system_tray_delegate.cc114 using drive::DriveIntegrationService;
776 DriveIntegrationService* integration_service = in CancelDriveOperation()
786 DriveIntegrationService* integration_service = in GetDriveOperationStatusList()
946 DriveIntegrationService* integration_service = in ObserveDriveUpdates()
953 DriveIntegrationService* integration_service = in UnobserveDriveUpdates()
1184 DriveIntegrationService* FindDriveIntegrationService() { in FindDriveIntegrationService()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Devent_router.cc48 using drive::DriveIntegrationService;
292 DriveIntegrationService* integration_service = in Shutdown()
325 DriveIntegrationService* integration_service = in ObserveFileSystemEvents()
Dprivate_api_drive.cc325 drive::DriveIntegrationService* integration_service = in RunImpl()
/external/chromium_org/chrome/browser/download/
Ddownload_prefs.cc206 drive::DriveIntegrationService* integration_service = in DownloadPath()