Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.h34 const char kDriveOtherDirLocalId[] = "<other>"; variable
Dresource_metadata.cc62 id == util::kDriveOtherDirLocalId || in IsImmutableEntry()
149 error = storage_->GetEntry(util::kDriveOtherDirLocalId, &entry); in SetUpDefaultEntries()
153 other_dir.set_local_id(util::kDriveOtherDirLocalId); in SetUpDefaultEntries()
Dsearch_metadata.cc104 is_hiding_child_[util::kDriveOtherDirLocalId] = false; in HiddenEntryClassifier()
Dchange_list_processor.cc463 parent_local_id = util::kDriveOtherDirLocalId; in SetParentLocalIdOfEntry()
Dfile_system_unittest.cc558 EXPECT_EQ(util::kDriveOtherDirLocalId, entry->local_id()); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dsearch_operation.cc66 entry.set_parent_local_id(util::kDriveOtherDirLocalId); in ResolveSearchResultOnBlockingPool()
Dcopy_operation.cc259 if (entry.parent_local_id() == util::kDriveOtherDirLocalId) { in LocalWorkForTransferJsonGdocFile()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dremove_performer.cc33 entry.set_parent_local_id(util::kDriveOtherDirLocalId); in UpdateLocalStateAfterUnparent()