OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:user_pref_store_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_service.h
339
scoped_refptr<PersistentPrefStore>
user_pref_store_
;
member in class:PrefService
pref_value_store_unittest.cc
131
user_pref_store_
,
185
user_pref_store_
= new TestingPrefStore;
186
user_pref_store_
->SetString(
189
user_pref_store_
->SetString(
192
user_pref_store_
->SetString(
195
user_pref_store_
->SetString(
198
user_pref_store_
->SetString(
285
scoped_refptr<TestingPrefStore>
user_pref_store_
;
member in class:PrefValueStoreTest
379
user_pref_store_
->NotifyPrefValueChanged(
407
user_pref_store_
->NotifyPrefValueChanged(prefs::kUserPref)
[
all
...]
/external/chromium_org/base/prefs/
pref_service.h
286
scoped_refptr<PersistentPrefStore>
user_pref_store_
;
member in class:PrefService
pref_value_store_unittest.cc
118
user_pref_store_
.get(),
175
user_pref_store_
= new TestingPrefStore;
176
user_pref_store_
->SetString(
179
user_pref_store_
->SetString(
182
user_pref_store_
->SetString(
185
user_pref_store_
->SetString(
188
user_pref_store_
->SetString(
258
scoped_refptr<TestingPrefStore>
user_pref_store_
;
member in class:PrefValueStoreTest
423
user_pref_store_
->NotifyPrefValueChanged(prefs::kManagedPref);
448
user_pref_store_
->NotifyPrefValueChanged(prefs::kUserPref)
[
all
...]
Completed in 41 milliseconds