HomeSort by relevance Sort by last modified time
    Searched refs:set_store_birthday (Results 1 - 16 of 16) 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_org/sync/engine/
syncer_proto_util_unittest.cc 213 response.set_store_birthday("flan");
223 response.set_store_birthday("meat");
250 directory()->set_store_birthday("meat");
syncer_proto_util.cc 216 dir->set_store_birthday(response.store_birthday());
245 msg->set_store_birthday(dir->store_birthday());
syncer_unittest.cc 241 directory()->set_store_birthday(mock_server_->store_birthday());
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 357 csm->set_store_birthday(birthday);
  /external/chromium_org/sync/syncable/
directory.h 206 void set_store_birthday(const std::string& store_birthday);
directory.cc 844 void Directory::set_store_birthday(const string& store_birthday) { function in class:syncer::syncable::Directory
    [all...]
syncable_unittest.cc     [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 214 void set_store_birthday(std::string new_birthday) { function in class:syncer::MockConnectionManager
mock_connection_manager.cc 125 response.set_store_birthday(current_store_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 1037 milliseconds