Lines Matching defs:PrefValueStore

11 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(PrefStore* managed_prefs,
70 PrefValueStore::~PrefValueStore() {}
72 PrefValueStore* PrefValueStore::CloneAndSpecialize(
97 return new PrefValueStore(
102 void PrefValueStore::set_callback(const PrefChangedCallback& callback) {
106 bool PrefValueStore::GetValue(const std::string& name,
119 bool PrefValueStore::GetRecommendedValue(const std::string& name,
126 void PrefValueStore::NotifyPrefChanged(
128 PrefValueStore::PrefStoreType new_store) {
138 bool PrefValueStore::PrefValueInManagedStore(const char* name) const {
142 bool PrefValueStore::PrefValueInExtensionStore(const char* name) const {
146 bool PrefValueStore::PrefValueInUserStore(const char* name) const {
150 bool PrefValueStore::PrefValueFromExtensionStore(const char* name) const {
154 bool PrefValueStore::PrefValueFromUserStore(const char* name) const {
158 bool PrefValueStore::PrefValueFromRecommendedStore(const char* name) const {
162 bool PrefValueStore::PrefValueFromDefaultStore(const char* name) const {
166 bool PrefValueStore::PrefValueUserModifiable(const char* name) const {
172 bool PrefValueStore::PrefValueExtensionModifiable(const char* name) const {
178 void PrefValueStore::UpdateCommandLinePrefStore(PrefStore* command_line_prefs) {
182 bool PrefValueStore::PrefValueInStore(
184 PrefValueStore::PrefStoreType store) const {
191 bool PrefValueStore::PrefValueInStoreRange(
193 PrefValueStore::PrefStoreType first_checked_store,
194 PrefValueStore::PrefStoreType last_checked_store) const {
208 PrefValueStore::PrefStoreType PrefValueStore::ControllingPrefStoreForPref(
217 bool PrefValueStore::GetValueFromStore(const char* name,
218 PrefValueStore::PrefStoreType store_type,
232 bool PrefValueStore::GetValueFromStoreWithType(
250 void PrefValueStore::OnPrefValueChanged(PrefValueStore::PrefStoreType type,
255 void PrefValueStore::OnInitializationCompleted(
256 PrefValueStore::PrefStoreType type, bool succeeded) {
267 void PrefValueStore::InitPrefStore(PrefValueStore::PrefStoreType type,
272 void PrefValueStore::CheckInitializationCompleted() {