HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncServiceHarness (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h 37 class ProfileSyncServiceHarness
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...]
profile_sync_service_harness.cc 59 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* harness)
    [all...]

Completed in 32 milliseconds