Home
last modified time | relevance | path

Searched refs:kDriveTrashDirLocalId (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dremove_operation_unittest.cc42 EXPECT_EQ(util::kDriveTrashDirLocalId, entry.parent_local_id()); in TEST_F()
60 EXPECT_EQ(util::kDriveTrashDirLocalId, entry.parent_local_id()); in TEST_F()
Dremove_operation.cc56 entry->set_parent_local_id(util::kDriveTrashDirLocalId); in UpdateLocalState()
Dcopy_operation.cc105 dest_entry.set_parent_local_id(util::kDriveTrashDirLocalId); in TryToCopyLocally()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dremove_performer_unittest.cc128 entry.set_parent_local_id(util::kDriveTrashDirLocalId); in TEST_F()
162 updated_entry.set_parent_local_id(util::kDriveTrashDirLocalId); in TEST_F()
Dentry_update_performer.cc248 if (local_state->entry.parent_local_id() == util::kDriveTrashDirLocalId) { in UpdateEntryAfterPrepare()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.h37 const char kDriveTrashDirLocalId[] = "<trash>"; variable
Dresource_metadata.cc63 id == util::kDriveTrashDirLocalId; in IsImmutableEntry()
172 error = storage_->GetEntry(util::kDriveTrashDirLocalId, &entry); in SetUpDefaultEntries()
176 trash_dir.set_local_id(util::kDriveTrashDirLocalId); in SetUpDefaultEntries()
Dsync_client.cc59 if (entry.parent_local_id() == util::kDriveTrashDirLocalId) { in CollectBacklog()
370 parent->local_id() != util::kDriveTrashDirLocalId) { in StartTaskAfterGetParentResourceEntry()