Home | History | Annotate | Download | only in prefs

Lines Matching defs:PrefValueStore

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,
66 PrefValueStore::~PrefValueStore() {}
68 PrefValueStore* PrefValueStore::CloneAndSpecialize(
96 return new PrefValueStore(
103 bool PrefValueStore::GetValue(const std::string& name,
124 void PrefValueStore::NotifyPrefChanged(
126 PrefValueStore::PrefStoreType new_store) {
136 bool PrefValueStore::PrefValueInManagedStore(const char* name) const {
141 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
145 bool PrefValueStore::PrefValueInUserStore(const char* name) const {
149 bool PrefValueStore::PrefValueFromExtensionStore(const char* name) const {
153 bool PrefValueStore::PrefValueFromUserStore(const char* name) const {
157 bool PrefValueStore::PrefValueFromDefaultStore(const char* name) const {
161 bool PrefValueStore::PrefValueUserModifiable(const char* name) const {
167 bool PrefValueStore::PrefValueExtensionModifiable(const char* name) const {
173 bool PrefValueStore::PrefValueInStore(
175 PrefValueStore::PrefStoreType store) const {
182 bool PrefValueStore::PrefValueInStoreRange(
184 PrefValueStore::PrefStoreType first_checked_store,
185 PrefValueStore::PrefStoreType last_checked_store) const {
199 PrefValueStore::PrefStoreType PrefValueStore::ControllingPrefStoreForPref(
208 bool PrefValueStore::GetValueFromStore(const char* name,
209 PrefValueStore::PrefStoreType store_type,
235 void PrefValueStore::OnPrefValueChanged(PrefValueStore::PrefStoreType type,
240 void PrefValueStore::OnInitializationCompleted(
241 PrefValueStore::PrefStoreType type) {
245 void PrefValueStore::InitPrefStore(PrefValueStore::PrefStoreType type,
250 void PrefValueStore::CheckInitializationCompleted() {