Searched defs:ProfileSyncServiceHarness (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.h24 class ProfileSyncServiceHarness { class
26 static ProfileSyncServiceHarness* Create(
30 virtual ~ProfileSyncServiceHarness();
52 bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
59 std::vector<ProfileSyncServiceHarness*>& partners);
66 std::vector<ProfileSyncServiceHarness*>& clients);
102 ProfileSyncServiceHarness(
133 DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceHarness);
H A Dprofile_sync_service_harness.cc110 ProfileSyncServiceHarness* ProfileSyncServiceHarness::Create(
114 return new ProfileSyncServiceHarness(profile, username, password);
117 ProfileSyncServiceHarness::ProfileSyncServiceHarness( function in class:ProfileSyncServiceHarness
129 ProfileSyncServiceHarness::~ProfileSyncServiceHarness() { }
131 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
137 bool ProfileSyncServiceHarness::SetupSync() {
149 bool ProfileSyncServiceHarness
[all...]

Completed in 88 milliseconds