Searched refs:SupervisedUserPrefStore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_store.h23 class SupervisedUserPrefStore : public PrefStore { class in inherits:PrefStore
25 SupervisedUserPrefStore(
37 virtual ~SupervisedUserPrefStore();
45 base::WeakPtrFactory<SupervisedUserPrefStore> weak_ptr_factory_;
H A Dsupervised_user_pref_store.cc54 SupervisedUserPrefStore::SupervisedUserPrefStore( function in class:SupervisedUserPrefStore
58 base::Bind(&SupervisedUserPrefStore::OnNewSettingsAvailable,
62 bool SupervisedUserPrefStore::GetValue(const std::string& key,
68 void SupervisedUserPrefStore::AddObserver(PrefStore::Observer* observer) {
72 void SupervisedUserPrefStore::RemoveObserver(PrefStore::Observer* observer) {
76 bool SupervisedUserPrefStore::HasObservers() const {
80 bool SupervisedUserPrefStore::IsInitializationComplete() const {
84 SupervisedUserPrefStore::~SupervisedUserPrefStore() {
[all...]
H A Dsupervised_user_pref_store_unittest.cc41 scoped_refptr<SupervisedUserPrefStore> pref_store_;
48 : pref_store_(new SupervisedUserPrefStore(settings_service)),
/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc420 new SupervisedUserPrefStore(supervised_user_settings)));

Completed in 325 milliseconds