HomeSort by relevance Sort by last modified time
    Searched defs:bag_of_chips (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/syncable/
directory.h 121 std::string bag_of_chips; member in struct:syncer::syncable::Directory::PersistedKernelInfo
212 std::string bag_of_chips() const;
213 void set_bag_of_chips(const std::string& bag_of_chips);
directory.cc 852 string Directory::bag_of_chips() const { function in class:syncer::syncable::Directory
854 return kernel_->persisted_info.bag_of_chips;
857 void Directory::set_bag_of_chips(const string& bag_of_chips) {
859 if (kernel_->persisted_info.bag_of_chips == bag_of_chips)
861 kernel_->persisted_info.bag_of_chips = bag_of_chips;
    [all...]

Completed in 33 milliseconds