Searched defs:SupervisedUserPrefStore (Results 1 - 2 of 2) 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...]

Completed in 71 milliseconds