Searched defs:store_birthday (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
H A Ddirectory.h113 std::string store_birthday; member in struct:syncer::syncable::Directory::PersistedKernelInfo
205 std::string store_birthday() const;
206 void set_store_birthday(const std::string& store_birthday);
H A Ddirectory.cc839 string Directory::store_birthday() const { function in class:syncer::syncable::Directory
841 return kernel_->persisted_info.store_birthday;
844 void Directory::set_store_birthday(const string& store_birthday) { argument
846 if (kernel_->persisted_info.store_birthday == store_birthday)
848 kernel_->persisted_info.store_birthday = store_birthday;
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.h254 const std::string store_birthday() { function in class:syncer::MockConnectionManager
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc875 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) { argument
882 if (kernel_->persisted_info.store_birthday == store_birthday)
884 kernel_->persisted_info.store_birthday = store_birthday;
H A Dsyncable.h703 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);

Completed in 109 milliseconds