Searched defs:OverlayUserPrefStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/prefs/
H A Doverlay_user_pref_store.h22 class BASE_PREFS_EXPORT OverlayUserPrefStore : public PersistentPrefStore, class in inherits:PersistentPrefStore,PrefStore::Observer
25 explicit OverlayUserPrefStore(PersistentPrefStore* underlay);
28 // OverlayUserPrefStore, i.e. if it potentially overrides a value
63 virtual ~OverlayUserPrefStore();
81 DISALLOW_COPY_AND_ASSIGN(OverlayUserPrefStore);
H A Doverlay_user_pref_store.cc10 OverlayUserPrefStore::OverlayUserPrefStore( function in class:OverlayUserPrefStore
16 bool OverlayUserPrefStore::IsSetInOverlay(const std::string& key) const {
20 void OverlayUserPrefStore::AddObserver(PrefStore::Observer* observer) {
24 void OverlayUserPrefStore::RemoveObserver(PrefStore::Observer* observer) {
28 bool OverlayUserPrefStore::HasObservers() const {
32 bool OverlayUserPrefStore::IsInitializationComplete() const {
36 bool OverlayUserPrefStore::GetValue(const std::string& key,
47 bool OverlayUserPrefStore::GetMutableValue(const std::string& key,
65 void OverlayUserPrefStore
[all...]

Completed in 800 milliseconds