Home
last modified time | relevance | path

Searched refs:store_birthday_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/test/fake_server/
Dfake_server.cc150 store_birthday_(kDefaultStoreBirthday), in FakeServer()
234 message.store_birthday() != store_birthday_) { in HandleCommand()
266 response_proto.set_store_birthday(store_birthday_); in HandleCommand()
491 if (store_birthday_ == store_birthday) in SetNewStoreBirthday()
494 store_birthday_ = store_birthday; in SetNewStoreBirthday()
Dfake_server.h135 std::string store_birthday_; variable
/external/chromium_org/sync/test/engine/
Dmock_connection_manager.h220 store_birthday_ = new_birthday; in set_store_birthday()
254 return store_birthday_; in store_birthday()
340 std::string store_birthday_; variable
Dmock_connection_manager.cc43 store_birthday_("Store BDay!"), in MockConnectionManager()