Searched refs:SupervisedUserSyncServiceFactory (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_factory.cc12 SupervisedUserSyncService* SupervisedUserSyncServiceFactory::GetForProfile(
19 SupervisedUserSyncServiceFactory*
20 SupervisedUserSyncServiceFactory::GetInstance() {
21 return Singleton<SupervisedUserSyncServiceFactory>::get();
24 SupervisedUserSyncServiceFactory::SupervisedUserSyncServiceFactory() function in class:SupervisedUserSyncServiceFactory
30 SupervisedUserSyncServiceFactory::~SupervisedUserSyncServiceFactory() {}
32 KeyedService* SupervisedUserSyncServiceFactory::BuildServiceInstanceFor(
H A Dsupervised_user_sync_service_factory.h14 class SupervisedUserSyncServiceFactory class in inherits:BrowserContextKeyedServiceFactory
19 static SupervisedUserSyncServiceFactory* GetInstance();
22 friend struct DefaultSingletonTraits<SupervisedUserSyncServiceFactory>;
24 SupervisedUserSyncServiceFactory();
25 virtual ~SupervisedUserSyncServiceFactory();
H A Dsupervised_user_sync_service.h125 friend class SupervisedUserSyncServiceFactory;
127 // Use |SupervisedUserSyncServiceFactory::GetForProfile(...)| to get an
H A Dsupervised_user_registration_utility_unittest.cc156 service_ = SupervisedUserSyncServiceFactory::GetForProfile(&profile_);
H A Dsupervised_user_registration_utility.cc170 SupervisedUserSyncServiceFactory::GetForProfile(profile);
H A Dsupervised_user_sync_service_unittest.cc118 service_ = SupervisedUserSyncServiceFactory::GetForProfile(&profile_);
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service_factory.cc38 DependsOn(SupervisedUserSyncServiceFactory::GetInstance());
53 SupervisedUserSyncServiceFactory::GetForProfile(profile),
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_import_handler.cc57 SupervisedUserSyncServiceFactory::GetForProfile(profile);
94 SupervisedUserSyncServiceFactory::GetForProfile(profile);
139 SupervisedUserSyncServiceFactory::GetForProfile(
H A Dcreate_profile_handler.cc421 SupervisedUserSyncServiceFactory::GetForProfile(profile)->
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc210 SupervisedUserSyncServiceFactory::GetInstance();
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_test_base.cc61 service_ = SupervisedUserSyncServiceFactory::GetForProfile(profile);
H A Dsupervised_user_creation_screen.cc366 sync_service_ = SupervisedUserSyncServiceFactory::GetForProfile(
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc531 return SupervisedUserSyncServiceFactory::GetForProfile(profile_)->

Completed in 4013 milliseconds