Searched defs:parent_local_id (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
H A D | create_directory_operation.cc | 22 const std::string& parent_local_id, 40 entry.set_parent_local_id(parent_local_id); 21 CreateDirectoryRecursively(internal::ResourceMetadata* metadata, const std::string& parent_local_id, const base::FilePath& relative_file_path, std::set<std::string>* updated_local_ids, FileChange* changed_files) argument
|
H A D | copy_operation.cc | 52 parent_local_id(parent_entry.local_id()), 60 const std::string parent_local_id; member in struct:drive::file_system::CopyOperation::TransferJsonGdocParams 176 std::string parent_local_id; 178 &parent_local_id); 181 entry->set_parent_local_id(parent_local_id); 259 if (entry.parent_local_id() == util::kDriveOtherDirLocalId) { 262 entry.set_parent_local_id(params->parent_local_id);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
H A D | search_metadata_unittest.cc | 130 const std::string& parent_local_id) { 134 entry.set_parent_local_id(parent_local_id); 142 const std::string& parent_local_id) { 146 entry.set_parent_local_id(parent_local_id); 127 GetFileEntry(const std::string& name, const std::string& resource_id, int64 last_accessed, const std::string& parent_local_id) argument 139 GetDirectoryEntry(const std::string& name, const std::string& resource_id, int64 last_accessed, const std::string& parent_local_id) argument
|
H A D | change_list_processor.cc | 269 std::string parent_local_id; local 271 parent_resource_id, &parent_local_id); 286 while (it_parent == entry_map_.end() && !parent_local_id.empty()) { 288 parent_local_id, &parent_entry); 295 parent_local_id = parent_entry.parent_local_id(); 460 std::string parent_local_id; local 463 parent_local_id = util::kDriveOtherDirLocalId; 466 parent_resource_id, &parent_local_id); 470 entry->set_parent_local_id(parent_local_id); [all...] |
H A D | resource_metadata_unittest.cc | 44 const std::string& parent_local_id) { 48 entry.set_parent_local_id(parent_local_id); 56 const std::string& parent_local_id) { 58 title, "id:" + title, parent_local_id); 65 const std::string& parent_local_id) { 69 entry.set_parent_local_id(parent_local_id); 78 const std::string& parent_local_id) { 79 return CreateFileEntryWithResourceId(title, "id:" + title, parent_local_id); 41 CreateDirectoryEntryWithResourceId( const std::string& title, const std::string& resource_id, const std::string& parent_local_id) argument 55 CreateDirectoryEntry(const std::string& title, const std::string& parent_local_id) argument 62 CreateFileEntryWithResourceId( const std::string& title, const std::string& resource_id, const std::string& parent_local_id) argument 77 CreateFileEntry(const std::string& title, const std::string& parent_local_id) argument
|
H A D | resource_metadata.cc | 43 const std::string& parent_local_id, 48 FileError error = storage->GetChild(parent_local_id, base_name, 105 if (it->GetValue().parent_local_id().empty()) { 234 FileError error = storage_->GetEntry(entry.parent_local_id(), &parent); 388 error = storage_->GetEntry(entry.parent_local_id(), &new_parent); 434 FileError ResourceMetadata::GetChildId(const std::string& parent_local_id, argument 438 return storage_->GetChild(parent_local_id, base_name, out_child_id); 457 if (!entry.parent_local_id().empty()) { 458 error = GetFilePath(entry.parent_local_id(), &path); 503 DCHECK(!entry.parent_local_id() 42 EntryCanUseName(ResourceMetadataStorage* storage, const std::string& parent_local_id, const std::string& local_id, const std::string& base_name, bool* result) argument [all...] |
/external/chromium_org/sync/engine/ |
H A D | syncer_unittest.cc | 2458 syncable::Id parent_local_id; local 2466 parent_local_id = parent.GetId(); 2483 parent_local_id.GetServerId());
|
Completed in 334 milliseconds