HomeSort by relevance Sort by last modified time
    Searched full:parent_child_index (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/syncable/
scoped_parent_child_index_updater.cc 7 #include "sync/syncable/parent_child_index.h"
directory.cc 128 kernel_->parent_child_index.Insert(entry);
324 kernel_->parent_child_index.GetChildren(kernel->ref(ID));
336 kernel_->parent_child_index.GetChildren(kernel->ref(PARENT_ID));
377 if (!SyncAssert(kernel_->parent_child_index.Insert(entry),
407 &kernel_->parent_child_index);
424 &kernel_->parent_child_index);
565 if (!SyncAssert(!kernel_->parent_child_index.Contains(entry),
610 kernel_->parent_child_index.Remove(entry);
646 if (kernel_->parent_child_index.Contains(entry))
647 kernel_->parent_child_index.Remove(entry)
    [all...]
parent_child_index.cc 5 #include "sync/syncable/parent_child_index.h"
mutable_entry.cc 148 &dir()->kernel_->parent_child_index);
214 lock, kernel_, &dir()->kernel_->parent_child_index);
directory.h 23 #include "sync/syncable/parent_child_index.h"
438 ParentChildIndex parent_child_index; member in struct:syncer::syncable::Directory::Kernel
487 // Helper to prime metahandles_map, ids_map, parent_child_index,
parent_child_index_unittest.cc 5 #include "sync/syncable/parent_child_index.h"
  /external/chromium_org/sync/
sync_core.gypi 140 'syncable/parent_child_index.cc',
141 'syncable/parent_child_index.h',

Completed in 68 milliseconds