Home | History | Annotate | Download | only in sync

Lines Matching refs:partner

347     ProfileSyncServiceHarness* partner) {
351 return partner->WaitUntilTimestampMatches(this,
366 "Sync cycle completion on partner client.");
387 ProfileSyncServiceHarness* partner, const std::string& reason) {
394 if (MatchesOtherClient(partner)) {
400 timestamp_match_partner_ = partner;
401 partner->service()->AddObserver(this);
457 ProfileSyncServiceHarness* partner) {
462 // common with the partner client.
465 partner->service()->GetPreferredDataTypes(&other_types);
473 if (!partner->IsSynced() ||
474 partner->GetUpdatedTimestamp(*i) != GetUpdatedTimestamp(*i)) {