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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h 34 const char kDriveOtherDirLocalId[] = "<other>";
resource_metadata.cc 62 id == util::kDriveOtherDirLocalId ||
149 error = storage_->GetEntry(util::kDriveOtherDirLocalId, &entry);
153 other_dir.set_local_id(util::kDriveOtherDirLocalId);
161 // Old implementations used kDriveOtherDirLocalId as a resource ID.
search_metadata.cc 104 is_hiding_child_[util::kDriveOtherDirLocalId] = false;
change_list_processor.cc 462 parent_local_id = util::kDriveOtherDirLocalId;
file_system_unittest.cc 550 EXPECT_EQ(util::kDriveOtherDirLocalId, entry->local_id());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation.cc 66 entry.set_parent_local_id(util::kDriveOtherDirLocalId);
copy_operation.cc 259 if (entry.parent_local_id() == util::kDriveOtherDirLocalId) {
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.cc 33 entry.set_parent_local_id(util::kDriveOtherDirLocalId);

Completed in 76 milliseconds