Searched defs:pref_store_contents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dinterceptable_pref_filter.cc14 scoped_ptr<base::DictionaryValue> pref_store_contents) {
17 pref_store_contents.Pass(),
30 pref_store_contents.Pass());
12 FilterOnLoad( const PostFilterOnLoadCallback& post_filter_on_load_callback, scoped_ptr<base::DictionaryValue> pref_store_contents) argument
H A Dpref_hash_filter.cc27 base::DictionaryValue* pref_store_contents,
38 pref_store_contents->Remove(key, NULL);
126 void PrefHashFilter::Initialize(base::DictionaryValue* pref_store_contents) { argument
129 new DictionaryHashStoreContents(pref_store_contents))));
135 pref_store_contents->Get(initialized_path, &value);
152 base::DictionaryValue* pref_store_contents) {
158 new DictionaryHashStoreContents(pref_store_contents))));
164 pref_store_contents->Get(changed_path, &value);
179 scoped_ptr<base::DictionaryValue> pref_store_contents,
181 DCHECK(pref_store_contents);
26 CleanupDeprecatedTrackedPreferences( base::DictionaryValue* pref_store_contents, PrefHashStoreTransaction* hash_store_transaction) argument
151 FilterSerializeData( base::DictionaryValue* pref_store_contents) argument
177 FinalizeFilterOnLoad( const PostFilterOnLoadCallback& post_filter_on_load_callback, scoped_ptr<base::DictionaryValue> pref_store_contents, bool prefs_altered) argument
[all...]
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_atomic_preference.cc29 base::DictionaryValue* pref_store_contents,
32 pref_store_contents->Get(pref_path_, &value);
48 pref_store_contents->RemovePath(pref_path_, NULL);
55 pref_store_contents->Get(pref_path_, &new_value);
28 EnforceAndReport( base::DictionaryValue* pref_store_contents, PrefHashStoreTransaction* transaction) const argument
H A Dtracked_split_preference.cc37 base::DictionaryValue* pref_store_contents,
40 if (!pref_store_contents->GetDictionary(pref_path_, &dict_value) &&
41 pref_store_contents->Get(pref_path_, NULL)) {
74 pref_store_contents->RemovePath(pref_path_, NULL);
82 pref_store_contents->GetDictionary(pref_path_, &new_dict_value);
36 EnforceAndReport( base::DictionaryValue* pref_store_contents, PrefHashStoreTransaction* transaction) const argument
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc40 scoped_ptr<base::DictionaryValue> pref_store_contents) OVERRIDE;
43 base::DictionaryValue* pref_store_contents) OVERRIDE {}
63 scoped_ptr<base::DictionaryValue> pref_store_contents) {
65 intercepted_prefs_ = pref_store_contents.Pass();
61 FilterOnLoad( const PostFilterOnLoadCallback& post_filter_on_load_callback, scoped_ptr<base::DictionaryValue> pref_store_contents) argument

Completed in 518 milliseconds