HomeSort by relevance Sort by last modified time
    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 11 ServiceProcessPrefs::ServiceProcessPrefs(
19 ServiceProcessPrefs::~ServiceProcessPrefs() {}
21 void ServiceProcessPrefs::ReadPrefs() {
25 void ServiceProcessPrefs::WritePrefs() {
29 std::string ServiceProcessPrefs::GetString(
40 void ServiceProcessPrefs::SetString(const std::string& key,
45 bool ServiceProcessPrefs::GetBoolean(const std::string& key,
55 void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value)
    [all...]

Completed in 314 milliseconds