HomeSort by relevance Sort by last modified time
    Searched refs:DriveServiceInterface (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/drive/
drive_service_interface.cc 9 DriveServiceInterface::AddNewDirectoryOptions::AddNewDirectoryOptions() {
12 DriveServiceInterface::AddNewDirectoryOptions::~AddNewDirectoryOptions() {
15 DriveServiceInterface::InitiateUploadNewFileOptions::
19 DriveServiceInterface::InitiateUploadNewFileOptions::
23 DriveServiceInterface::InitiateUploadExistingFileOptions::
27 DriveServiceInterface::InitiateUploadExistingFileOptions::
drive_app_registry.h 27 class DriveServiceInterface;
74 explicit DriveAppRegistry(DriveServiceInterface* scheduler);
126 DriveServiceInterface* drive_service_;
drive_uploader.h 29 class DriveServiceInterface;
43 typedef DriveServiceInterface::InitiateUploadNewFileOptions
45 typedef DriveServiceInterface::InitiateUploadExistingFileOptions
116 DriveUploader(DriveServiceInterface* drive_service,
201 DriveServiceInterface* drive_service_; // Not owned by this class.
test_util.cc 125 DriveServiceInterface::AddNewDirectoryOptions(),
135 DriveServiceInterface::AddNewDirectoryOptions(),
145 DriveServiceInterface::AddNewDirectoryOptions(),
167 DriveServiceInterface::AddNewDirectoryOptions(),
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_context.h 20 class DriveServiceInterface;
36 scoped_ptr<drive::DriveServiceInterface> drive_service,
48 drive::DriveServiceInterface* GetDriveService();
64 scoped_ptr<drive::DriveServiceInterface> drive_service_;
list_changes_task.h 15 class DriveServiceInterface;
46 drive::DriveServiceInterface* drive_service();
register_app_task.h 17 class DriveServiceInterface;
53 drive::DriveServiceInterface* drive_service();
uninstall_app_task.h 18 class DriveServiceInterface;
51 drive::DriveServiceInterface* drive_service();
drive_service_wrapper.h 15 // This class wraps a part of DriveServiceInterface class to support weak
17 // DriveServiceInterface. See comments in drive_service_interface.h
21 explicit DriveServiceWrapper(drive::DriveServiceInterface* drive_service);
26 const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
75 drive::DriveServiceInterface* drive_service_;
folder_creator.h 17 class DriveServiceInterface;
37 FolderCreator(drive::DriveServiceInterface* drive_service,
57 drive::DriveServiceInterface* drive_service_;
conflict_resolver.h 19 class DriveServiceInterface;
75 drive::DriveServiceInterface* drive_service();
sync_engine_context.cc 22 scoped_ptr<drive::DriveServiceInterface> drive_service,
44 drive::DriveServiceInterface* SyncEngineContext::GetDriveService() {
sync_worker_interface.h 25 class DriveServiceInterface;
109 virtual drive::DriveServiceInterface* GetDriveService() = 0;
folder_creator.cc 15 class DriveServiceInterface;
27 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service,
45 drive::DriveServiceInterface::AddNewDirectoryOptions(),
drive_service_wrapper.cc 16 drive::DriveServiceInterface* drive_service)
24 const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
fake_sync_worker.h 28 class DriveServiceInterface;
88 virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
local_to_remote_syncer.h 21 class DriveServiceInterface;
101 drive::DriveServiceInterface* drive_service();
remote_to_local_syncer.h 23 class DriveServiceInterface;
191 drive::DriveServiceInterface* drive_service();
sync_engine.h 32 class DriveServiceInterface;
81 scoped_ptr<drive::DriveServiceInterface> drive_service,
85 scoped_ptr<drive::DriveServiceInterface> drive_service,
192 scoped_ptr<drive::DriveServiceInterface> drive_service_;
sync_worker.h 29 class DriveServiceInterface;
109 virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
sync_engine_initializer.h 20 class DriveServiceInterface;
uninstall_app_task.cc 99 drive::DriveServiceInterface* UninstallAppTask::drive_service() {
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 32 class DriveServiceInterface;
82 DriveServiceInterface* test_drive_service,
105 DriveServiceInterface* drive_service() { return drive_service_.get(); }
174 scoped_ptr<DriveServiceInterface> drive_service_;
file_system_util.h 24 class DriveServiceInterface;
86 DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
job_scheduler.cc 164 DriveServiceInterface* drive_service,
243 &DriveServiceInterface::GetAboutResource,
259 &DriveServiceInterface::GetAppList,
276 &DriveServiceInterface::GetAllFileList,
295 &DriveServiceInterface::GetFileListInDirectory,
313 &DriveServiceInterface::Search,
332 &DriveServiceInterface::GetChangeList,
351 &DriveServiceInterface::GetRemainingChangeList,
370 &DriveServiceInterface::GetRemainingFileList,
391 &DriveServiceInterface::GetFileResource
    [all...]

Completed in 332 milliseconds

1 2 3