Searched defs:MasterPreferences (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_dummy.cc21 MasterPreferences::MasterPreferences(const CommandLine& cmd_line) function in class:installer::MasterPreferences
25 MasterPreferences::MasterPreferences(const base::FilePath& prefs_path) function in class:installer::MasterPreferences
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
[all...]
H A Dmaster_preferences.h76 class MasterPreferences { class in namespace:installer
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...]
H A Dmaster_preferences.cc23 base::LazyInstance<installer::MasterPreferences> g_master_preferences =
74 MasterPreferences::MasterPreferences() : distribution_(NULL), function in class:installer::MasterPreferences
82 MasterPreferences::MasterPreferences(const CommandLine& cmd_line) function in class:installer::MasterPreferences
91 MasterPreferences::MasterPreferences(const base::FilePath& prefs_path) function in class:installer::MasterPreferences
99 // and the remainder of this MasterPreferences object should still be
109 MasterPreferences::MasterPreferences(cons function in class:installer::MasterPreferences
[all...]

Completed in 1184 milliseconds