Home | History | Annotate | Download | only in sync

Lines Matching defs:SetupSync

171 bool ProfileSyncServiceHarness::SetupSync() {
172 bool result = SetupSync(syncer::ModelTypeSet::All());
176 << ": SetupSync failed. Syncer status:\n" << status;
178 DVLOG(1) << profile_debug_name_ << ": SetupSync successful.";
183 bool ProfileSyncServiceHarness::SetupSync(
189 LOG(ERROR) << "SetupSync(): service_ is null.";
939 return SetupSync(syncer::ModelTypeSet(datatype));
1005 return SetupSync();