Home
last modified time | relevance | path

Searched refs:DriveServiceInterface (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/chrome/browser/drive/
Ddrive_service_interface.cc9 DriveServiceInterface::AddNewDirectoryOptions::AddNewDirectoryOptions() { in AddNewDirectoryOptions()
12 DriveServiceInterface::AddNewDirectoryOptions::~AddNewDirectoryOptions() { in ~AddNewDirectoryOptions()
15 DriveServiceInterface::InitiateUploadNewFileOptions::
19 DriveServiceInterface::InitiateUploadNewFileOptions::
23 DriveServiceInterface::InitiateUploadExistingFileOptions::
27 DriveServiceInterface::InitiateUploadExistingFileOptions::
Ddrive_uploader.h29 class DriveServiceInterface; variable
43 typedef DriveServiceInterface::InitiateUploadNewFileOptions
45 typedef DriveServiceInterface::InitiateUploadExistingFileOptions
116 DriveUploader(DriveServiceInterface* drive_service,
201 DriveServiceInterface* drive_service_; // Not owned by this class.
Dtest_util.cc125 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries()
135 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries()
145 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries()
167 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries()
Ddrive_app_registry.h27 class DriveServiceInterface; variable
74 explicit DriveAppRegistry(DriveServiceInterface* scheduler);
126 DriveServiceInterface* drive_service_;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine_context.h20 class DriveServiceInterface; variable
36 scoped_ptr<drive::DriveServiceInterface> drive_service,
48 drive::DriveServiceInterface* GetDriveService();
64 scoped_ptr<drive::DriveServiceInterface> drive_service_;
Dfolder_creator.h17 class DriveServiceInterface; variable
37 FolderCreator(drive::DriveServiceInterface* drive_service,
57 drive::DriveServiceInterface* drive_service_;
Ddrive_service_wrapper.h21 explicit DriveServiceWrapper(drive::DriveServiceInterface* drive_service);
26 const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
75 drive::DriveServiceInterface* drive_service_;
Dlist_changes_task.h15 class DriveServiceInterface; variable
46 drive::DriveServiceInterface* drive_service();
Duninstall_app_task.h18 class DriveServiceInterface; variable
51 drive::DriveServiceInterface* drive_service();
Dregister_app_task.h17 class DriveServiceInterface; variable
53 drive::DriveServiceInterface* drive_service();
Dsync_engine.h32 class DriveServiceInterface; variable
81 scoped_ptr<drive::DriveServiceInterface> drive_service,
85 scoped_ptr<drive::DriveServiceInterface> drive_service,
192 scoped_ptr<drive::DriveServiceInterface> drive_service_;
Dfolder_creator.cc15 class DriveServiceInterface;
27 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service, in FolderCreator()
45 drive::DriveServiceInterface::AddNewDirectoryOptions(), in Run()
Dconflict_resolver.h19 class DriveServiceInterface; variable
75 drive::DriveServiceInterface* drive_service();
Dsync_engine_context.cc22 scoped_ptr<drive::DriveServiceInterface> drive_service, in SyncEngineContext()
44 drive::DriveServiceInterface* SyncEngineContext::GetDriveService() { in GetDriveService()
Dsync_worker_interface.h25 class DriveServiceInterface; variable
109 virtual drive::DriveServiceInterface* GetDriveService() = 0;
Ddrive_service_wrapper.cc16 drive::DriveServiceInterface* drive_service) in DriveServiceWrapper()
24 const drive::DriveServiceInterface::AddNewDirectoryOptions& options, in AddNewDirectory()
Dlocal_to_remote_syncer.h21 class DriveServiceInterface; variable
101 drive::DriveServiceInterface* drive_service();
Dfake_sync_worker.h28 class DriveServiceInterface; variable
88 virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
Dremote_to_local_syncer.h23 class DriveServiceInterface; variable
191 drive::DriveServiceInterface* drive_service();
/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.cc164 DriveServiceInterface* drive_service, in JobScheduler()
243 &DriveServiceInterface::GetAboutResource, in GetAboutResource()
259 &DriveServiceInterface::GetAppList, in GetAppList()
276 &DriveServiceInterface::GetAllFileList, in GetAllFileList()
295 &DriveServiceInterface::GetFileListInDirectory, in GetFileListInDirectory()
313 &DriveServiceInterface::Search, in Search()
332 &DriveServiceInterface::GetChangeList, in GetChangeList()
351 &DriveServiceInterface::GetRemainingChangeList, in GetRemainingChangeList()
370 &DriveServiceInterface::GetRemainingFileList, in GetRemainingFileList()
391 &DriveServiceInterface::GetFileResource, in GetFileResource()
[all …]
Ddrive_integration_service.h32 class DriveServiceInterface; variable
82 DriveServiceInterface* test_drive_service,
105 DriveServiceInterface* drive_service() { return drive_service_.get(); } in drive_service()
174 scoped_ptr<DriveServiceInterface> drive_service_;
Dfake_file_system.h27 class DriveServiceInterface; variable
41 explicit FakeFileSystem(DriveServiceInterface* drive_service);
181 DriveServiceInterface* drive_service_; // Not owned.
Dfile_system_util.h24 class DriveServiceInterface; variable
86 DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
Dfile_system.h32 class DriveServiceInterface; variable
71 DriveServiceInterface* drive_service,
251 DriveServiceInterface* drive_service_;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc226 drive::DriveServiceInterface* GetDriveService();
237 drive::DriveServiceInterface* drive_service);
239 drive::DriveServiceInterface* drive_service);
241 drive::DriveServiceInterface* drive_service);
406 drive::DriveServiceInterface* DriveInternalsWebUIHandler::GetDriveService() { in GetDriveService()
430 drive::DriveServiceInterface* drive_service = in OnPageLoaded()
483 drive::DriveServiceInterface* drive_service) { in UpdateConnectionStatusSection()
516 drive::DriveServiceInterface* drive_service) { in UpdateAboutResourceSection()
526 drive::DriveServiceInterface* drive_service) { in UpdateAppListSection()
559 drive::DriveServiceInterface* drive_service = GetDriveService(); in ClearAccessToken()
[all …]

123