Home
last modified time | relevance | path

Searched defs:store_birthday (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/protocol/
Dsync.proto409 optional string store_birthday = 7; // Opaque store ID; if it changes, duck! field
608 optional string store_birthday = 6; field
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc875 string Directory::store_birthday() const { in store_birthday() function in syncable::Directory
880 void Directory::set_store_birthday(const string& store_birthday) { in set_store_birthday()
Dsyncable.h703 std::string store_birthday; member