HomeSort by relevance Sort by last modified time
    Searched refs:TrashResource (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.h 61 void TrashResource(const FileOperationCallback& callback,
65 // Part of TrashResource(). Called after server-side removal is done.
remove_performer.cc 110 TrashResource(callback, entry->resource_id(), entry->local_id());
114 void RemovePerformer::TrashResource(const FileOperationCallback& callback,
120 scheduler_->TrashResource(
entry_revert_performer_unittest.cc 119 fake_service()->TrashResource(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_drive_service_helper.h 45 google_apis::GDataErrorCode TrashResource(
fake_drive_service_helper.cc 152 GDataErrorCode FakeDriveServiceHelper::TrashResource(
155 fake_drive_service_->TrashResource(
api_util.cc 601 drive_service_->TrashResource(
    [all...]
drive_file_sync_service_sync_unittest.cc 503 fake_drive_helper_->TrashResource(remote_file_id));
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 113 virtual google_apis::CancelCallback TrashResource(
drive_service_interface.h 208 virtual google_apis::CancelCallback TrashResource(
dummy_drive_service.cc 107 CancelCallback DummyDriveService::TrashResource(
dummy_drive_service.h 69 virtual google_apis::CancelCallback TrashResource(
gdata_wapi_service.h 109 virtual google_apis::CancelCallback TrashResource(
fake_drive_service.h 156 virtual google_apis::CancelCallback TrashResource(
fake_drive_service_unittest.cc 302 fake_service_.TrashResource("file:2_file_resource_id",
496 fake_service_.TrashResource("file:2_file_resource_id",
    [all...]
gdata_wapi_service.cc 384 CancelCallback GDataWapiService::TrashResource(
drive_api_service.cc 572 CancelCallback DriveAPIService::TrashResource(
fake_drive_service.cc 624 CancelCallback FakeDriveService::TrashResource(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 114 // Adds a TrashResource operation to the queue.
115 void TrashResource(const std::string& resource_id,
job_scheduler.cc 422 void JobScheduler::TrashResource(
432 &DriveServiceInterface::TrashResource,
    [all...]
job_scheduler_unittest.cc 396 TEST_F(JobSchedulerTest, TrashResource) {
401 scheduler_->TrashResource(
    [all...]

Completed in 55 milliseconds