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

  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 875 string Directory::store_birthday() const { function in class:syncable::Directory
877 return kernel_->persisted_info.store_birthday;
880 void Directory::set_store_birthday(const string& store_birthday) {
882 if (kernel_->persisted_info.store_birthday == store_birthday)
884 kernel_->persisted_info.store_birthday = store_birthday;
    [all...]
syncable.h 703 std::string store_birthday; member in struct:syncable::Directory::PersistedKernelInfo
787 std::string store_birthday() const;
788 void set_store_birthday(const std::string& store_birthday);
    [all...]

Completed in 262 milliseconds