OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceProcessPrefs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/
service_process_prefs.h
20
class
ServiceProcessPrefs
{
23
ServiceProcessPrefs
(const base::FilePath& pref_filename,
25
~
ServiceProcessPrefs
();
67
DISALLOW_COPY_AND_ASSIGN(
ServiceProcessPrefs
);
service_process_prefs.cc
10
ServiceProcessPrefs
::
ServiceProcessPrefs
(
16
ServiceProcessPrefs
::~
ServiceProcessPrefs
() {}
18
void
ServiceProcessPrefs
::ReadPrefs() {
22
void
ServiceProcessPrefs
::WritePrefs() {
26
std::string
ServiceProcessPrefs
::GetString(
37
void
ServiceProcessPrefs
::SetString(const std::string& key,
42
bool
ServiceProcessPrefs
::GetBoolean(const std::string& key,
52
void
ServiceProcessPrefs
::SetBoolean(const std::string& key, bool value)
[
all
...]
Completed in 2599 milliseconds