HomeSort by relevance Sort by last modified time
    Searched refs:DriveServiceInterface (Results 1 - 25 of 73) 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/
folder_creator.h 17 class DriveServiceInterface;
37 FolderCreator(drive::DriveServiceInterface* drive_service,
54 drive::DriveServiceInterface* drive_service_;
sync_engine_context.h 20 class DriveServiceInterface;
36 scoped_ptr<drive::DriveServiceInterface> drive_service,
47 drive::DriveServiceInterface* GetDriveService();
62 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_;
conflict_resolver.h 19 class DriveServiceInterface;
75 drive::DriveServiceInterface* drive_service();
folder_creator.cc 15 class DriveServiceInterface;
27 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service,
45 drive::DriveServiceInterface::AddNewDirectoryOptions(),
sync_engine_context.cc 22 scoped_ptr<drive::DriveServiceInterface> drive_service,
41 drive::DriveServiceInterface* SyncEngineContext::GetDriveService() {
sync_engine.h 32 class DriveServiceInterface;
73 virtual scoped_ptr<drive::DriveServiceInterface> CreateDriveService(
95 scoped_ptr<drive::DriveServiceInterface> drive_service,
99 scoped_ptr<drive::DriveServiceInterface> drive_service,
209 scoped_ptr<drive::DriveServiceInterface> drive_service_;
drive_service_wrapper.cc 16 drive::DriveServiceInterface* drive_service)
24 const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
local_to_remote_syncer.h 20 class DriveServiceInterface;
104 drive::DriveServiceInterface* drive_service();
remote_to_local_syncer.h 24 class DriveServiceInterface;
196 drive::DriveServiceInterface* drive_service();
sync_worker_interface.h 25 class DriveServiceInterface;
sync_worker.h 28 class DriveServiceInterface;
149 drive::DriveServiceInterface* GetDriveService();
  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.h 19 class DriveServiceInterface;
29 virtual DriveServiceInterface* GetDriveService() = 0;
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...]
file_task_executor.cc 39 virtual DriveServiceInterface* GetDriveService() OVERRIDE {
120 DriveServiceInterface* const drive_service = delegate_->GetDriveService();
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_browsertest.cc 35 virtual scoped_ptr<drive::DriveServiceInterface> CreateDriveService(
42 return drive_service.PassAs<drive::DriveServiceInterface>();

Completed in 320 milliseconds

1 2 3