Searched refs:SupervisedUserPrefMappingService (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service.cc16 SupervisedUserPrefMappingService::SupervisedUserPrefMappingService( function in class:SupervisedUserPrefMappingService
24 SupervisedUserPrefMappingService::~SupervisedUserPrefMappingService() {}
26 void SupervisedUserPrefMappingService::Init() {
28 base::Bind(&SupervisedUserPrefMappingService::OnSharedSettingChanged,
34 base::Bind(&SupervisedUserPrefMappingService::OnAvatarChanged,
47 void SupervisedUserPrefMappingService::OnAvatarChanged() {
62 void SupervisedUserPrefMappingService::OnSharedSettingChanged(
76 void SupervisedUserPrefMappingService
[all...]
H A Dsupervised_user_pref_mapping_service_factory.cc14 SupervisedUserPrefMappingService*
17 return static_cast<SupervisedUserPrefMappingService*>(
30 "SupervisedUserPrefMappingService",
40 return new SupervisedUserPrefMappingService(
H A Dsupervised_user_pref_mapping_service_factory.h12 class SupervisedUserPrefMappingService;
17 static SupervisedUserPrefMappingService* GetForBrowserContext(
H A Dsupervised_user_pref_mapping_service.h19 // SupervisedUserPrefMappingService maps shared supervised user settings to user
22 class SupervisedUserPrefMappingService : public KeyedService { class in inherits:KeyedService
27 SupervisedUserPrefMappingService(
30 virtual ~SupervisedUserPrefMappingService();
54 base::WeakPtrFactory<SupervisedUserPrefMappingService> weak_ptr_factory_;
56 DISALLOW_COPY_AND_ASSIGN(SupervisedUserPrefMappingService);
H A Dsupervised_user_pref_mapping_service_unittest.cc45 SupervisedUserPrefMappingService* mapping_service_;

Completed in 609 milliseconds