Home
last modified time | relevance | path

Searched refs:parent_child_index (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/syncable/
Ddirectory.cc128 kernel_->parent_child_index.Insert(entry); in InitializeIndices()
324 kernel_->parent_child_index.GetChildren(kernel->ref(ID)); in GetChildSetForKernel()
336 kernel_->parent_child_index.GetChildren(kernel->ref(PARENT_ID)); in GetPositionIndex()
377 if (!SyncAssert(kernel_->parent_child_index.Insert(entry), in InsertEntry()
407 &kernel_->parent_child_index); in ReindexId()
424 &kernel_->parent_child_index); in ReindexParentId()
565 if (!SyncAssert(!kernel_->parent_child_index.Contains(entry), in VacuumAfterSaveChanges()
610 kernel_->parent_child_index.Remove(entry); in UnapplyEntry()
646 if (kernel_->parent_child_index.Contains(entry)) in DeleteEntry()
647 kernel_->parent_child_index.Remove(entry); in DeleteEntry()
[all …]
Dmutable_entry.cc184 &dir()->kernel_->parent_child_index); in PutIsDel()
222 lock, kernel_, &dir()->kernel_->parent_child_index); in PutUniquePosition()
Ddirectory.h437 ParentChildIndex parent_child_index; member
/external/chromium_org/sync/
Dsync_core.gypi136 'syncable/parent_child_index.cc',
137 'syncable/parent_child_index.h',