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

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 9 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
11 type_(PrefValueStore::INVALID_STORE) {
14 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
22 void PrefValueStore::PrefStoreKeeper::Initialize(
23 PrefValueStore* store,
25 PrefValueStore::PrefStoreType type) {
35 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
40 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted() {
44 PrefValueStore::PrefValueStore(PrefStore* managed_platform_prefs
    [all...]
pref_value_store.h 24 // The PrefValueStore manages various sources of values for Preferences
31 class PrefValueStore {
51 PrefValueStore(PrefStore* managed_platform_prefs,
60 virtual ~PrefValueStore();
62 // Creates a clone of this PrefValueStore with PrefStores overwritten
64 PrefValueStore* CloneAndSpecialize(PrefStore* managed_platform_prefs,
135 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
136 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
145 void Initialize(PrefValueStore* store,
157 // PrefValueStore this keeper is part of
    [all...]

Completed in 21 milliseconds