HomeSort by relevance Sort by last modified time
    Searched refs:set_store_birthday (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/sync/engine/
clear_data_command_unittest.cc 72 dir->set_store_birthday(mock_server()->store_birthday());
108 dir->set_store_birthday(mock_server()->store_birthday());
syncer_proto_util_unittest.cc 153 response.set_store_birthday("flan");
163 response.set_store_birthday("meat");
179 lookup->set_store_birthday("meat");
syncer_proto_util.cc 115 dir->set_store_birthday(response->store_birthday());
137 msg->set_store_birthday(dir->store_birthday());
syncer_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 357 csm->set_store_birthday(birthday);
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 788 void set_store_birthday(const std::string& store_birthday);
    [all...]
syncable_unittest.cc     [all...]
syncable.cc 880 void Directory::set_store_birthday(const string& store_birthday) { function in class:syncable::Directory
    [all...]

Completed in 459 milliseconds