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

  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 92 static void AddRequestBirthday(syncable::Directory* dir,
119 FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, AddRequestBirthday);
clear_data_command.cc 46 SyncerProtoUtil::AddRequestBirthday(dir, &client_to_server_message);
syncer_proto_util_unittest.cc 170 TEST_F(SyncerProtoUtilTest, AddRequestBirthday) {
176 SyncerProtoUtil::AddRequestBirthday(lookup, &msg);
180 SyncerProtoUtil::AddRequestBirthday(lookup, &msg);
download_updates_command.cc 78 SyncerProtoUtil::AddRequestBirthday(dir, &client_to_server_message);
build_commit_command.cc 95 SyncerProtoUtil::AddRequestBirthday(
syncer_proto_util.cc 134 void SyncerProtoUtil::AddRequestBirthday(syncable::Directory* dir,
210 << "Must call AddRequestBirthday to set birthday.";

Completed in 384 milliseconds