Searched defs:drive_service (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc85 DriveServiceInterface* drive_service = local
86 integration_service->drive_service();
91 drive_service->AuthorizeApp(entry->resource_id(),
H A Ddrive_integration_service.h94 DriveServiceInterface* drive_service() { function in class:drive::DriveIntegrationService
H A Dfake_file_system.cc27 FakeFileSystem::FakeFileSystem(DriveServiceInterface* drive_service) argument
28 : drive_service_(drive_service),
H A Dfile_system.cc168 DriveServiceInterface* drive_service,
175 drive_service_(drive_service),
165 FileSystem( PrefService* pref_service, internal::FileCache* cache, DriveServiceInterface* drive_service, JobScheduler* scheduler, internal::ResourceMetadata* resource_metadata, base::SequencedTaskRunner* blocking_task_runner, const base::FilePath& temporary_file_directory) argument
H A Djob_scheduler.cc123 DriveServiceInterface* drive_service,
128 drive_service_(drive_service),
129 uploader_(new DriveUploader(drive_service, blocking_task_runner)),
121 JobScheduler( PrefService* pref_service, DriveServiceInterface* drive_service, base::SequencedTaskRunner* blocking_task_runner) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc76 DriveServiceInterface* drive_service,
83 drive_service_(drive_service),
71 CopyOperation(base::SequencedTaskRunner* blocking_task_runner, OperationObserver* observer, JobScheduler* scheduler, internal::ResourceMetadata* metadata, internal::FileCache* cache, DriveServiceInterface* drive_service, const base::FilePath& temporary_file_directory) argument
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc127 DriveUploader::DriveUploader(DriveServiceInterface* drive_service, argument
129 : drive_service_(drive_service),
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc225 drive::DriveServiceInterface* drive_service);
227 drive::DriveServiceInterface* drive_service);
229 drive::DriveServiceInterface* drive_service);
390 drive::DriveServiceInterface* drive_service =
391 integration_service->drive_service();
392 DCHECK(drive_service);
399 UpdateAuthStatusSection(drive_service);
400 UpdateAboutResourceSection(drive_service);
401 UpdateAppListSection(drive_service);
469 drive::DriveServiceInterface* drive_service) {
468 UpdateAuthStatusSection( drive::DriveServiceInterface* drive_service) argument
481 UpdateAboutResourceSection( drive::DriveServiceInterface* drive_service) argument
491 UpdateAppListSection( drive::DriveServiceInterface* drive_service) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dapi_util.cc202 scoped_ptr<drive::DriveServiceInterface> drive_service,
208 drive_service.Pass(),
215 scoped_ptr<drive::DriveServiceInterface> drive_service,
221 drive_service_ = drive_service.Pass();
200 CreateForTesting( const base::FilePath& temp_dir_path, scoped_ptr<drive::DriveServiceInterface> drive_service, scoped_ptr<drive::DriveUploaderInterface> drive_uploader) argument
212 APIUtil(const base::FilePath& temp_dir_path, const GURL& base_url, const GURL& base_download_url, scoped_ptr<drive::DriveServiceInterface> drive_service, scoped_ptr<drive::DriveUploaderInterface> drive_uploader) argument

Completed in 447 milliseconds