Searched defs:ProfileSyncServiceHarness (Results 1 - 2 of 2) 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...]

Completed in 70 milliseconds