HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncService (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 59 const char* ProfileSyncService::kSyncServerUrl =
62 const char* ProfileSyncService::kDevServerUrl =
67 ProfileSyncService::ProfileSyncService(ProfileSyncFactory* factory,
109 ProfileSyncService::~ProfileSyncService() {
113 bool ProfileSyncService::AreCredentialsAvailable() {
130 void ProfileSyncService::Initialize() {
174 void ProfileSyncService::RegisterAuthNotifications() {
189 void ProfileSyncService::RegisterDataTypeController
    [all...]
profile_sync_service.h 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);
    [all...]

Completed in 167 milliseconds