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

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_mapping_service.cc 16 SupervisedUserPrefMappingService::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::Shutdown()
    [all...]
supervised_user_pref_mapping_service.h 19 // SupervisedUserPrefMappingService maps shared supervised user settings to user
22 class SupervisedUserPrefMappingService : public KeyedService {
27 SupervisedUserPrefMappingService(
30 virtual ~SupervisedUserPrefMappingService();
54 base::WeakPtrFactory<SupervisedUserPrefMappingService> weak_ptr_factory_;
56 DISALLOW_COPY_AND_ASSIGN(SupervisedUserPrefMappingService);

Completed in 288 milliseconds