OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MasterPreferences
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
master_preferences_dummy.cc
21
MasterPreferences
::
MasterPreferences
(const CommandLine& cmd_line)
25
MasterPreferences
::
MasterPreferences
(const base::FilePath& prefs_path)
29
MasterPreferences
::~
MasterPreferences
() {
32
bool
MasterPreferences
::GetBool(const std::string& name, bool* value) const {
37
bool
MasterPreferences
::GetInt(const std::string& name, int* value) const {
42
bool
MasterPreferences
::GetString(const std::string& name,
48
std::vector<std::string>
MasterPreferences
::GetFirstRunTabs() const
[
all
...]
master_preferences.h
76
class
MasterPreferences
{
80
//
MasterPreferences
(*CommandLine::ForCurrentProcess()).
81
MasterPreferences
();
88
explicit
MasterPreferences
(const CommandLine& cmd_line);
92
explicit
MasterPreferences
(const base::FilePath& prefs_path);
96
explicit
MasterPreferences
(const std::string& prefs);
98
~
MasterPreferences
();
179
// Returns a reference to this
MasterPreferences
' root dictionary of values.
188
static const
MasterPreferences
& ForCurrentProcess();
212
DISALLOW_COPY_AND_ASSIGN(
MasterPreferences
);
[
all
...]
master_preferences.cc
23
base::LazyInstance<installer::
MasterPreferences
> g_master_preferences =
74
MasterPreferences
::
MasterPreferences
() : distribution_(NULL),
82
MasterPreferences
::
MasterPreferences
(const CommandLine& cmd_line)
91
MasterPreferences
::
MasterPreferences
(const base::FilePath& prefs_path)
99
// and the remainder of this
MasterPreferences
object should still be
109
MasterPreferences
::
MasterPreferences
(const std::string& prefs
[
all
...]
Completed in 34 milliseconds