bag_of_chips      251 sync/engine/syncer_proto_util.cc   msg->mutable_bag_of_chips()->ParseFromString(dir->bag_of_chips());
bag_of_chips      529 sync/engine/syncer_proto_util.cc   std::string bag_of_chips;
bag_of_chips      530 sync/engine/syncer_proto_util.cc   if (response.new_bag_of_chips().SerializeToString(&bag_of_chips))
bag_of_chips      531 sync/engine/syncer_proto_util.cc     dir->set_bag_of_chips(bag_of_chips);
bag_of_chips      852 sync/syncable/directory.cc   return kernel_->persisted_info.bag_of_chips;
bag_of_chips      855 sync/syncable/directory.cc void Directory::set_bag_of_chips(const string& bag_of_chips) {
bag_of_chips      857 sync/syncable/directory.cc   if (kernel_->persisted_info.bag_of_chips == bag_of_chips)
bag_of_chips      859 sync/syncable/directory.cc   kernel_->persisted_info.bag_of_chips = bag_of_chips;
bag_of_chips      122 sync/syncable/directory.h     std::string bag_of_chips;
bag_of_chips      223 sync/syncable/directory.h   std::string bag_of_chips() const;
bag_of_chips      224 sync/syncable/directory.h   void set_bag_of_chips(const std::string& bag_of_chips);
bag_of_chips      252 sync/syncable/directory_backing_store.cc     s1.BindBlob(2, info.bag_of_chips.data(), info.bag_of_chips.size());
bag_of_chips      570 sync/syncable/directory_backing_store.cc     s.ColumnBlobAsString(3, &(info->kernel_info.bag_of_chips));
bag_of_chips     3123 sync/syncable/directory_backing_store_unittest.cc   EXPECT_EQ(serialized_chip_bag, load_info.kernel_info.bag_of_chips);
bag_of_chips     1776 sync/syncable/syncable_unittest.cc     EXPECT_EQ(bag_of_chips_string, dir_->bag_of_chips());
bag_of_chips     1787 sync/syncable/syncable_unittest.cc     EXPECT_EQ(bag_of_chips2_string, dir_->bag_of_chips());
bag_of_chips     1798 sync/syncable/syncable_unittest.cc     EXPECT_EQ(bag_of_chips3_string, dir_->bag_of_chips());