Searched defs:ProfileSyncService (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc59 const char* ProfileSyncService::kSyncServerUrl =
62 const char* ProfileSyncService::kDevServerUrl =
67 ProfileSyncService::ProfileSyncService(ProfileSyncFactory* factory, function in class:ProfileSyncService
109 ProfileSyncService::~ProfileSyncService() {
113 bool ProfileSyncService::AreCredentialsAvailable() {
130 void ProfileSyncService::Initialize() {
174 void ProfileSyncService::RegisterAuthNotifications() {
189 void ProfileSyncService
[all...]
H A Dprofile_sync_service.h58 // ProfileSyncService is the layer between browser subsystems like bookmarks,
100 class ProfileSyncService : public browser_sync::SyncFrontend, class in inherits:browser_sync::SyncFrontend,browser_sync::UnrecoverableErrorHandler,NotificationObserver
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);
[all...]

Completed in 53 milliseconds