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

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.h30 class ProfileSyncServiceHarness : public ProfileSyncServiceObserver { class in inherits:ProfileSyncServiceObserver
32 ProfileSyncServiceHarness(Profile* profile,
37 virtual ~ProfileSyncServiceHarness() {}
39 // Creates a ProfileSyncServiceHarness object and attaches it to |profile|, a
42 static ProfileSyncServiceHarness* CreateAndAttach(Profile* profile);
70 ProfileSyncServiceHarness* partner, const std::string& reason);
79 bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
86 std::vector<ProfileSyncServiceHarness*>& partners);
93 std::vector<ProfileSyncServiceHarness*>& clients);
192 bool MatchesOtherClient(ProfileSyncServiceHarness* partne
[all...]
H A Dprofile_sync_service_harness.cc34 StateChangeTimeoutEvent(ProfileSyncServiceHarness* caller,
54 ProfileSyncServiceHarness* caller_;
63 ProfileSyncServiceHarness* caller,
88 ProfileSyncServiceHarness::ProfileSyncServiceHarness( function in class:ProfileSyncServiceHarness
109 ProfileSyncServiceHarness* ProfileSyncServiceHarness::CreateAndAttach(
115 return new ProfileSyncServiceHarness(profile, "", "", 0);
118 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
124 bool ProfileSyncServiceHarness
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc57 StateChangeTimeoutEvent(ProfileSyncServiceHarness* caller,
77 ProfileSyncServiceHarness* caller_;
86 ProfileSyncServiceHarness* caller,
112 ProfileSyncServiceHarness* ProfileSyncServiceHarness::Create(
116 return new ProfileSyncServiceHarness(profile, username, password, NULL);
120 ProfileSyncServiceHarness* ProfileSyncServiceHarness::CreateForIntegrationTest(
125 return new ProfileSyncServiceHarness(profile,
131 ProfileSyncServiceHarness function in class:ProfileSyncServiceHarness
[all...]
H A Dprofile_sync_service_harness.h36 class ProfileSyncServiceHarness class in inherits:ProfileSyncServiceObserver,browser_sync::MigrationObserver
40 static ProfileSyncServiceHarness* Create(
45 static ProfileSyncServiceHarness* CreateForIntegrationTest(
51 virtual ~ProfileSyncServiceHarness();
111 ProfileSyncServiceHarness* partner, const std::string& reason);
120 bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
127 std::vector<ProfileSyncServiceHarness*>& partners);
134 std::vector<ProfileSyncServiceHarness*>& clients);
280 ProfileSyncServiceHarness(
322 bool MatchesOtherClient(ProfileSyncServiceHarness* partne
[all...]

Completed in 148 milliseconds