IS_DIR             36 sync/engine/syncer_proto_util.cc using syncable::IS_DIR;
IS_DIR             89 sync/engine/syncer_unittest.cc using syncable::IS_DIR;
IS_DIR             50 sync/engine/syncer_util.cc using syncable::IS_DIR;
IS_DIR             24 sync/internal_api/delete_journal.cc     delete_journal_list->back().is_folder = (*i)->ref(syncer::syncable::IS_DIR);
IS_DIR            228 sync/internal_api/sync_manager_impl.cc   if (a.ref(syncable::IS_DIR) != b.ref(syncable::IS_DIR))
IS_DIR            302 sync/syncable/directory.cc   if (!kernel->ref(IS_DIR))
IS_DIR           1173 sync/syncable/directory.cc   DCHECK(parent->ref(IS_DIR));
IS_DIR           3527 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(it->second->ref(IS_DIR));
IS_DIR           3596 sync/syncable/directory_backing_store_unittest.cc   EXPECT_FALSE(it->second->ref(IS_DIR));
IS_DIR           3618 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(it->second->ref(IS_DIR));
IS_DIR            136 sync/syncable/entry.h     return kernel_->ref(IS_DIR);
IS_DIR             56 sync/syncable/entry_kernel.cc       && !(!ref(UNIQUE_SERVER_TAG).empty() && ref(IS_DIR));
IS_DIR            152 sync/syncable/mutable_entry.cc   bool old_value = kernel_->ref(IS_DIR);
IS_DIR            154 sync/syncable/mutable_entry.cc     kernel_->put(IS_DIR, value);
IS_DIR             51 sync/syncable/parent_child_index_unittest.cc     root->put(IS_DIR, true);
IS_DIR             66 sync/syncable/parent_child_index_unittest.cc     folder->put(IS_DIR, true);
IS_DIR             82 sync/syncable/parent_child_index_unittest.cc     bm->put(IS_DIR, is_dir);
IS_DIR            105 sync/syncable/parent_child_index_unittest.cc     item->put(IS_DIR, false);
IS_DIR            101 sync/syncable/syncable_enum_conversions.cc                      INDEXED_BIT_FIELDS_END, IS_DIR - 1);
IS_DIR            110 sync/syncable/syncable_enum_conversions.cc   ASSERT_ENUM_BOUNDS(IS_DIR, SERVER_IS_DEL,
IS_DIR            113 sync/syncable/syncable_enum_conversions.cc     ENUM_CASE(IS_DIR);