Searched refs:parent_child_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/syncable/
H A Ddirectory.cc141 kernel_->parent_child_index.Insert(entry);
325 kernel_->parent_child_index.GetChildren(kernel->ref(ID));
337 kernel_->parent_child_index.GetChildren(kernel->ref(PARENT_ID));
373 if (!SyncAssert(kernel_->parent_child_index.Insert(entry),
405 &kernel_->parent_child_index);
422 &kernel_->parent_child_index);
624 if (!SyncAssert(!kernel_->parent_child_index.Contains(entry),
672 kernel_->parent_child_index.Remove(entry);
709 if (kernel_->parent_child_index.Contains(entry))
710 kernel_->parent_child_index
[all...]
H A Dmutable_entry.cc183 &dir()->kernel_->parent_child_index);
221 lock, kernel_, &dir()->kernel_->parent_child_index);
H A Ddirectory.h26 #include "sync/syncable/parent_child_index.h"
471 ParentChildIndex parent_child_index; member in struct:syncer::syncable::Directory::Kernel
579 // Helper to prime metahandles_map, ids_map, parent_child_index,

Completed in 670 milliseconds