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

  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 30 class ProfileSyncServiceHarness : public 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* partner)
    [all...]
profile_sync_service_harness.cc 34 StateChangeTimeoutEvent(ProfileSyncServiceHarness* caller,
54 ProfileSyncServiceHarness* caller_;
63 ProfileSyncServiceHarness* caller,
88 ProfileSyncServiceHarness::ProfileSyncServiceHarness(
109 ProfileSyncServiceHarness* ProfileSyncServiceHarness::CreateAndAttach(
115 return new ProfileSyncServiceHarness(profile, "", "", 0);
118 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
124 bool ProfileSyncServiceHarness::IsSyncAlreadySetup()
    [all...]

Completed in 26 milliseconds