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

/external/chromium_org/base/prefs/
H A Dpref_value_store.h23 // The PrefValueStore manages various sources of values for Preferences
30 class BASE_PREFS_EXPORT PrefValueStore { class
49 PrefValueStore(PrefStore* managed_prefs,
57 virtual ~PrefValueStore();
59 // Creates a clone of this PrefValueStore with PrefStores overwritten
61 PrefValueStore* CloneAndSpecialize(PrefStore* managed_prefs,
70 // A PrefValueStore can have exactly one callback that is directly
145 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
146 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
155 void Initialize(PrefValueStore* stor
[all...]
H A Dpref_value_store.cc11 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
13 type_(PrefValueStore::INVALID_STORE) {
16 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
24 void PrefValueStore::PrefStoreKeeper::Initialize(
25 PrefValueStore* store,
27 PrefValueStore::PrefStoreType type) {
39 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
44 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted(
49 PrefValueStore::PrefValueStore(PrefStor function in class:PrefValueStore
[all...]

Completed in 60 milliseconds