OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyPrefValueChanged
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/prefs/
pref_value_store_unittest.cc
407
managed_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
411
supervised_user_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
415
extension_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
419
command_line_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
423
user_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
427
recommended_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
431
default_pref_store_->
NotifyPrefValueChanged
(prefs::kManagedPref);
436
managed_pref_store_->
NotifyPrefValueChanged
(prefs::kUserPref);
440
extension_pref_store_->
NotifyPrefValueChanged
(prefs::kUserPref);
444
command_line_pref_store_->
NotifyPrefValueChanged
(prefs::kUserPref)
[
all
...]
testing_pref_store.cc
48
NotifyPrefValueChanged
(key);
61
NotifyPrefValueChanged
(key);
93
void TestingPrefStore::
NotifyPrefValueChanged
(const std::string& key) {
default_pref_store_unittest.cc
49
TEST(DefaultPrefStoreTest,
NotifyPrefValueChanged
) {
testing_pref_store.h
49
void
NotifyPrefValueChanged
(const std::string& key);
/external/chromium_org/extensions/browser/
extension_pref_value_map.h
187
void
NotifyPrefValueChanged
(const std::string& key);
188
void
NotifyPrefValueChanged
(const std::set<std::string>& keys);
extension_pref_value_map.cc
57
NotifyPrefValueChanged
(key);
66
NotifyPrefValueChanged
(key);
106
NotifyPrefValueChanged
(*k);
146
NotifyPrefValueChanged
(keys);
161
NotifyPrefValueChanged
(keys);
177
NotifyPrefValueChanged
(keys);
388
void ExtensionPrefValueMap::
NotifyPrefValueChanged
(
392
NotifyPrefValueChanged
(*i);
395
void ExtensionPrefValueMap::
NotifyPrefValueChanged
(const std::string& key) {
Completed in 136 milliseconds