ParentChildIndex  127 sync/syncable/directory.cc     if (ParentChildIndex::ShouldInclude(entry))
ParentChildIndex  358 sync/syncable/directory.cc   if (ParentChildIndex::ShouldInclude(entry)) {
ParentChildIndex 1189 sync/syncable/directory.cc   DCHECK(ParentChildIndex::ShouldInclude(e));
ParentChildIndex 1207 sync/syncable/directory.cc   DCHECK(ParentChildIndex::ShouldInclude(e));
ParentChildIndex  445 sync/syncable/directory.h     ParentChildIndex parent_child_index;
ParentChildIndex   42 sync/syncable/parent_child_index.cc ParentChildIndex::ParentChildIndex() {
ParentChildIndex   45 sync/syncable/parent_child_index.cc ParentChildIndex::~ParentChildIndex() {
ParentChildIndex   50 sync/syncable/parent_child_index.cc bool ParentChildIndex::ShouldInclude(const EntryKernel* entry) {
ParentChildIndex   56 sync/syncable/parent_child_index.cc bool ParentChildIndex::Insert(EntryKernel* entry) {
ParentChildIndex   75 sync/syncable/parent_child_index.cc void ParentChildIndex::Remove(EntryKernel* e) {
ParentChildIndex   91 sync/syncable/parent_child_index.cc bool ParentChildIndex::Contains(EntryKernel *e) const {
ParentChildIndex  103 sync/syncable/parent_child_index.cc const OrderedChildSet* ParentChildIndex::GetChildren(const syncable::Id& id) {
ParentChildIndex   19 sync/syncable/parent_child_index.h class ParentChildIndex;
ParentChildIndex   31 sync/syncable/parent_child_index.h class SYNC_EXPORT_PRIVATE ParentChildIndex {
ParentChildIndex   33 sync/syncable/parent_child_index.h   ParentChildIndex();
ParentChildIndex   34 sync/syncable/parent_child_index.h   ~ParentChildIndex();
ParentChildIndex   60 sync/syncable/parent_child_index.h   DISALLOW_COPY_AND_ASSIGN(ParentChildIndex);
ParentChildIndex  115 sync/syncable/parent_child_index_unittest.cc   ParentChildIndex index_;
ParentChildIndex  123 sync/syncable/parent_child_index_unittest.cc   EXPECT_FALSE(ParentChildIndex::ShouldInclude(root));
ParentChildIndex  128 sync/syncable/parent_child_index_unittest.cc   EXPECT_TRUE(ParentChildIndex::ShouldInclude(bm_folder));
ParentChildIndex   15 sync/syncable/scoped_parent_child_index_updater.cc     ParentChildIndex* index) : entry_(entry), index_(index) {
ParentChildIndex   16 sync/syncable/scoped_parent_child_index_updater.cc   if (ParentChildIndex::ShouldInclude(entry_)) {
ParentChildIndex   22 sync/syncable/scoped_parent_child_index_updater.cc   if (ParentChildIndex::ShouldInclude(entry_)) {
ParentChildIndex   14 sync/syncable/scoped_parent_child_index_updater.h class ParentChildIndex;
ParentChildIndex   24 sync/syncable/scoped_parent_child_index_updater.h                                 ParentChildIndex* index);
ParentChildIndex   29 sync/syncable/scoped_parent_child_index_updater.h   ParentChildIndex* index_;