Home | History | Annotate | Download | only in sync

Lines Matching defs:ProfileSyncService

75 // ProfileSyncService is the layer between browser subsystems like bookmarks,
134 // The "sync everything" state cannot be read from ProfileSyncService, but
158 class ProfileSyncService : public ProfileSyncServiceBase,
224 ProfileSyncService(ProfileSyncComponentsFactory* factory,
228 virtual ~ProfileSyncService();
356 // ProfileSyncService uses this to determine if it's OK to start syncing, or
360 // Called by the UI to notify the ProfileSyncService that UI is visible so it
592 // If true, the ProfileSyncService has detected that a new GAIA signin has
630 // Used by test classes that derive from ProfileSyncService.
719 // During initial signin, ProfileSyncService caches the user's signin
841 // ProfileSyncService from starting backend till browser restarted or user
867 base::WeakPtrFactory<ProfileSyncService> weak_factory_;
936 // ProfileSyncService needs to remember access token in order to invalidate it
940 // ProfileSyncService needs to hold reference to access_token_request_ for
946 base::OneShotTimer<ProfileSyncService> request_access_token_retry_timer_;
949 DISALLOW_COPY_AND_ASSIGN(ProfileSyncService);