Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata.cc130 if (!storage_->GetEntry(util::kDriveOtherDirLocalId, &entry)) { in SetUpDefaultEntries()
134 other_dir.set_resource_id(util::kDriveOtherDirLocalId); in SetUpDefaultEntries()
135 other_dir.set_local_id(util::kDriveOtherDirLocalId); in SetUpDefaultEntries()
216 id == util::kDriveOtherDirLocalId || in RemoveEntry()
Dresource_entry_conversion_unittest.cc35 EXPECT_EQ(util::kDriveOtherDirLocalId, parent_resource_id); in TEST()
112 EXPECT_EQ(util::kDriveOtherDirLocalId, parent_resource_id); in TEST()
266 EXPECT_EQ(util::kDriveOtherDirLocalId, parent_resource_id); in TEST()
Dfile_system_util.h37 const char kDriveOtherDirLocalId[] = "<other>"; variable
Dresource_entry_conversion.cc64 parent_resource_id = util::kDriveOtherDirLocalId; in ConvertToResourceEntry()
Dfile_system_util.cc171 resource_id == kDriveOtherDirLocalId; in IsSpecialResourceId()
Dchange_list_processor_unittest.cc173 util::kDriveOtherDirLocalId, FILE}, in TEST_F()
Dfile_system_unittest.cc328 EXPECT_EQ(util::kDriveOtherDirLocalId, entry->resource_id()); in TEST_F()
Dfile_system.cc702 if (entry->local_id() == util::kDriveOtherDirLocalId) { in LoadDirectoryIfNeededAfterGetEntry()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dremove_performer.cc29 entry.set_parent_local_id(util::kDriveOtherDirLocalId); in UpdateLocalStateAfterUnparent()
200 if (parent_resource_id == util::kDriveOtherDirLocalId) { in UnparentResourceAfterGetResourceEntry()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dsearch_operation.cc64 entry.set_parent_local_id(util::kDriveOtherDirLocalId); in ResolveSearchResultOnBlockingPool()