OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrefRegistrySimple
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/prefs/
pref_registry_simple.h
20
class BASE_PREFS_EXPORT
PrefRegistrySimple
: public PrefRegistry {
22
PrefRegistrySimple
();
39
virtual ~
PrefRegistrySimple
();
41
DISALLOW_COPY_AND_ASSIGN(
PrefRegistrySimple
);
pref_registry_simple.cc
11
PrefRegistrySimple
::
PrefRegistrySimple
() {
14
PrefRegistrySimple
::~
PrefRegistrySimple
() {
17
void
PrefRegistrySimple
::RegisterBooleanPref(const char* path,
22
void
PrefRegistrySimple
::RegisterIntegerPref(const char* path,
27
void
PrefRegistrySimple
::RegisterDoublePref(const char* path,
32
void
PrefRegistrySimple
::RegisterStringPref(const char* path,
37
void
PrefRegistrySimple
::RegisterFilePathPref(
44
void
PrefRegistrySimple
::RegisterListPref(const char* path)
[
all
...]
Completed in 486 milliseconds