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

  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.h 64 void TrashResource(const ClientContext& context,
69 // Part of TrashResource(). Called after server-side removal is done.
remove_performer.cc 127 TrashResource(context, callback, entry->resource_id(), entry->local_id());
131 void RemovePerformer::TrashResource(const ClientContext& context,
138 scheduler_->TrashResource(
entry_revert_performer_unittest.cc 127 fake_service()->TrashResource(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_drive_service_helper.h 46 google_apis::GDataErrorCode TrashResource(
fake_drive_service_helper.cc 151 GDataErrorCode FakeDriveServiceHelper::TrashResource(
154 fake_drive_service_->TrashResource(
drive_service_on_worker.h 111 virtual google_apis::CancelCallback TrashResource(
drive_service_on_worker.cc 300 google_apis::CancelCallback DriveServiceOnWorker::TrashResource(
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 112 virtual google_apis::CancelCallback TrashResource(
drive_service_interface.h 257 virtual google_apis::CancelCallback TrashResource(
dummy_drive_service.cc 103 CancelCallback DummyDriveService::TrashResource(
dummy_drive_service.h 68 virtual google_apis::CancelCallback TrashResource(
fake_drive_service.h 179 virtual google_apis::CancelCallback TrashResource(
fake_drive_service_unittest.cc 299 fake_service_.TrashResource("2_file_resource_id",
476 fake_service_.TrashResource("2_file_resource_id",
927 fake_service_.TrashResource("2_file_resource_id",
936 fake_service_.TrashResource("2_file_resource_id",
947 fake_service_.TrashResource("nonexisting_resource_id",
959 fake_service_.TrashResource("2_file_resource_id",
    [all...]
drive_api_service.cc 445 CancelCallback DriveAPIService::TrashResource(
fake_drive_service.cc 658 CancelCallback FakeDriveService::TrashResource(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 126 // Adds a TrashResource operation to the queue.
127 void TrashResource(const std::string& resource_id,
job_scheduler.cc 425 void JobScheduler::TrashResource(
435 &DriveServiceInterface::TrashResource,
    [all...]
job_scheduler_unittest.cc 388 TEST_F(JobSchedulerTest, TrashResource) {
393 scheduler_->TrashResource(
    [all...]

Completed in 127 milliseconds