HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncServiceHarness (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h 24 class ProfileSyncServiceHarness {
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);
profile_sync_service_harness.cc 108 ProfileSyncServiceHarness* ProfileSyncServiceHarness::Create(
112 return new ProfileSyncServiceHarness(profile, username, password);
115 ProfileSyncServiceHarness::ProfileSyncServiceHarness(
127 ProfileSyncServiceHarness::~ProfileSyncServiceHarness() { }
129 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
135 bool ProfileSyncServiceHarness::SetupSync() {
147 bool ProfileSyncServiceHarness::SetupSync
    [all...]

Completed in 62 milliseconds