OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPrefRegistered
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
pref_model_associator.h
71
virtual bool
IsPrefRegistered
(const char* name);
pref_model_associator.cc
490
if (!
IsPrefRegistered
(pref_name))
567
bool PrefModelAssociator::
IsPrefRegistered
(const char* name) {
584
if (!
IsPrefRegistered
(name.c_str()))
Completed in 358 milliseconds