Home | History | Annotate | Download | only in sync

Lines Matching defs:ProfileSyncService

58 // ProfileSyncService is the layer between browser subsystems like bookmarks,
100 class ProfileSyncService : public browser_sync::SyncFrontend,
143 ProfileSyncService(ProfileSyncFactory* factory_,
146 virtual ~ProfileSyncService();
236 // occurred preventing the action. We make it the duty of ProfileSyncService
307 // Adds/removes an observer. ProfileSyncService does not take ownership of
462 // Used by test classes that derive from ProfileSyncService.
595 ScopedRunnableMethodFactory<ProfileSyncService>
639 base::OneShotTimer<ProfileSyncService> clear_server_data_timer_;
647 DISALLOW_COPY_AND_ASSIGN(ProfileSyncService);