/external/chromium_org/chrome/browser/drive/ |
D | drive_service_interface.cc | 9 DriveServiceInterface::AddNewDirectoryOptions::AddNewDirectoryOptions() { in AddNewDirectoryOptions() 12 DriveServiceInterface::AddNewDirectoryOptions::~AddNewDirectoryOptions() { in ~AddNewDirectoryOptions() 15 DriveServiceInterface::InitiateUploadNewFileOptions:: 19 DriveServiceInterface::InitiateUploadNewFileOptions:: 23 DriveServiceInterface::InitiateUploadExistingFileOptions:: 27 DriveServiceInterface::InitiateUploadExistingFileOptions::
|
D | drive_uploader.h | 29 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.
|
D | test_util.cc | 125 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries() 135 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries() 145 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries() 167 DriveServiceInterface::AddNewDirectoryOptions(), in SetUpTestEntries()
|
D | drive_app_registry.h | 27 class DriveServiceInterface; variable 74 explicit DriveAppRegistry(DriveServiceInterface* scheduler); 126 DriveServiceInterface* drive_service_;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | sync_engine_context.h | 20 class DriveServiceInterface; variable 36 scoped_ptr<drive::DriveServiceInterface> drive_service, 48 drive::DriveServiceInterface* GetDriveService(); 64 scoped_ptr<drive::DriveServiceInterface> drive_service_;
|
D | folder_creator.h | 17 class DriveServiceInterface; variable 37 FolderCreator(drive::DriveServiceInterface* drive_service, 57 drive::DriveServiceInterface* drive_service_;
|
D | drive_service_wrapper.h | 21 explicit DriveServiceWrapper(drive::DriveServiceInterface* drive_service); 26 const drive::DriveServiceInterface::AddNewDirectoryOptions& options, 75 drive::DriveServiceInterface* drive_service_;
|
D | list_changes_task.h | 15 class DriveServiceInterface; variable 46 drive::DriveServiceInterface* drive_service();
|
D | uninstall_app_task.h | 18 class DriveServiceInterface; variable 51 drive::DriveServiceInterface* drive_service();
|
D | register_app_task.h | 17 class DriveServiceInterface; variable 53 drive::DriveServiceInterface* drive_service();
|
D | sync_engine.h | 32 class DriveServiceInterface; variable 81 scoped_ptr<drive::DriveServiceInterface> drive_service, 85 scoped_ptr<drive::DriveServiceInterface> drive_service, 192 scoped_ptr<drive::DriveServiceInterface> drive_service_;
|
D | folder_creator.cc | 15 class DriveServiceInterface; 27 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service, in FolderCreator() 45 drive::DriveServiceInterface::AddNewDirectoryOptions(), in Run()
|
D | conflict_resolver.h | 19 class DriveServiceInterface; variable 75 drive::DriveServiceInterface* drive_service();
|
D | sync_engine_context.cc | 22 scoped_ptr<drive::DriveServiceInterface> drive_service, in SyncEngineContext() 44 drive::DriveServiceInterface* SyncEngineContext::GetDriveService() { in GetDriveService()
|
D | sync_worker_interface.h | 25 class DriveServiceInterface; variable 109 virtual drive::DriveServiceInterface* GetDriveService() = 0;
|
D | drive_service_wrapper.cc | 16 drive::DriveServiceInterface* drive_service) in DriveServiceWrapper() 24 const drive::DriveServiceInterface::AddNewDirectoryOptions& options, in AddNewDirectory()
|
D | local_to_remote_syncer.h | 21 class DriveServiceInterface; variable 101 drive::DriveServiceInterface* drive_service();
|
D | fake_sync_worker.h | 28 class DriveServiceInterface; variable 88 virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
|
D | remote_to_local_syncer.h | 23 class DriveServiceInterface; variable 191 drive::DriveServiceInterface* drive_service();
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.cc | 164 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 …]
|
D | drive_integration_service.h | 32 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_;
|
D | fake_file_system.h | 27 class DriveServiceInterface; variable 41 explicit FakeFileSystem(DriveServiceInterface* drive_service); 181 DriveServiceInterface* drive_service_; // Not owned.
|
D | file_system_util.h | 24 class DriveServiceInterface; variable 86 DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
|
D | file_system.h | 32 class DriveServiceInterface; variable 71 DriveServiceInterface* drive_service, 251 DriveServiceInterface* drive_service_;
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | drive_internals_ui.cc | 226 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 …]
|