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/test/integration/
H A Dprofile_sync_service_harness.h37 class ProfileSyncServiceHarness class in inherits:ProfileSyncServiceObserver,browser_sync::MigrationObserver
41 static ProfileSyncServiceHarness* Create(
46 static ProfileSyncServiceHarness* CreateForIntegrationTest(
52 virtual ~ProfileSyncServiceHarness();
117 bool WaitUntilProgressMarkersMatch(ProfileSyncServiceHarness* partner);
126 bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
133 std::vector<ProfileSyncServiceHarness*>& partners);
140 std::vector<ProfileSyncServiceHarness*>& clients);
242 ProfileSyncServiceHarness(
281 ProfileSyncServiceHarness* progress_marker_partner
[all...]
H A Dprofile_sync_service_harness.cc59 explicit StateChangeTimeoutEvent(ProfileSyncServiceHarness* caller);
78 ProfileSyncServiceHarness* caller_;
84 ProfileSyncServiceHarness* caller)
115 const ProfileSyncServiceHarness* harness) {
132 bool DoneWaitingForInitialSync(const ProfileSyncServiceHarness* harness) {
151 bool DoneWaitingForFullSync(const ProfileSyncServiceHarness* harness) {
168 bool IsPassphraseRequired(const ProfileSyncServiceHarness* harness) {
175 bool IsPassphraseAccepted(const ProfileSyncServiceHarness* harness) {
183 bool NoPendingBackendMigration(const ProfileSyncServiceHarness* harness) {
190 bool HasActionableError(const ProfileSyncServiceHarness* harnes
219 ProfileSyncServiceHarness::ProfileSyncServiceHarness( function in class:ProfileSyncServiceHarness
[all...]

Completed in 320 milliseconds