Searched refs:ServiceProcessPrefs (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc11 ServiceProcessPrefs::ServiceProcessPrefs( function in class: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
[all...]
H A Dservice_process_prefs.h20 class ServiceProcessPrefs { class
23 ServiceProcessPrefs(const base::FilePath& pref_filename,
25 ~ServiceProcessPrefs();
67 DISALLOW_COPY_AND_ASSIGN(ServiceProcessPrefs);
H A Dservice_process_prefs_unittest.cc19 prefs_.reset(new ServiceProcessPrefs(
32 scoped_ptr<ServiceProcessPrefs> prefs_;
H A Dservice_process.h18 class ServiceProcessPrefs;
130 scoped_ptr<ServiceProcessPrefs> service_prefs_;
H A Dservice_process.cc156 service_prefs_.reset(new ServiceProcessPrefs(
/external/chromium_org/chrome/service/cloud_print/
H A Dconnector_settings.h15 class ServiceProcessPrefs;
28 void InitFrom(ServiceProcessPrefs* prefs);
H A Dcloud_print_proxy.h18 class ServiceProcessPrefs;
41 void Initialize(ServiceProcessPrefs* service_prefs, Client* client);
87 ServiceProcessPrefs* service_prefs_;
H A Dconnector_settings_unittest.cc56 ServiceProcessPrefs* CreateTestFile(const char* json) {
64 ServiceProcessPrefs* prefs =
65 new ServiceProcessPrefs(file_name, message_loop_proxy_.get());
83 scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kEmptyJSons[i]));
98 scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kServiceStateContent));
114 scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kServiceStateContent));
135 scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile("{}"));
H A Dconnector_settings.cc35 void ConnectorSettings::InitFrom(ServiceProcessPrefs* prefs) {
H A Dcloud_print_proxy.cc76 void CloudPrintProxy::Initialize(ServiceProcessPrefs* service_prefs,

Completed in 1511 milliseconds