ServiceProcessPrefs   76 chrome/service/cloud_print/cloud_print_proxy.cc void CloudPrintProxy::Initialize(ServiceProcessPrefs* service_prefs,
ServiceProcessPrefs   18 chrome/service/cloud_print/cloud_print_proxy.h class ServiceProcessPrefs;
ServiceProcessPrefs   41 chrome/service/cloud_print/cloud_print_proxy.h   void Initialize(ServiceProcessPrefs* service_prefs, Client* client);
ServiceProcessPrefs   87 chrome/service/cloud_print/cloud_print_proxy.h   ServiceProcessPrefs* service_prefs_;
ServiceProcessPrefs   37 chrome/service/cloud_print/connector_settings.cc void ConnectorSettings::InitFrom(ServiceProcessPrefs* prefs) {
ServiceProcessPrefs   15 chrome/service/cloud_print/connector_settings.h class ServiceProcessPrefs;
ServiceProcessPrefs   28 chrome/service/cloud_print/connector_settings.h   void InitFrom(ServiceProcessPrefs* prefs);
ServiceProcessPrefs   57 chrome/service/cloud_print/connector_settings_unittest.cc   ServiceProcessPrefs* CreateTestFile(const char* json) {
ServiceProcessPrefs   65 chrome/service/cloud_print/connector_settings_unittest.cc     ServiceProcessPrefs* prefs =
ServiceProcessPrefs   66 chrome/service/cloud_print/connector_settings_unittest.cc         new ServiceProcessPrefs(file_name, message_loop_proxy_.get());
ServiceProcessPrefs   84 chrome/service/cloud_print/connector_settings_unittest.cc     scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kEmptyJSons[i]));
ServiceProcessPrefs   99 chrome/service/cloud_print/connector_settings_unittest.cc   scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kServiceStateContent));
ServiceProcessPrefs  115 chrome/service/cloud_print/connector_settings_unittest.cc   scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile(kServiceStateContent));
ServiceProcessPrefs  136 chrome/service/cloud_print/connector_settings_unittest.cc   scoped_ptr<ServiceProcessPrefs> prefs(CreateTestFile("{}"));
ServiceProcessPrefs  175 chrome/service/service_process.cc   service_prefs_.reset(new ServiceProcessPrefs(
ServiceProcessPrefs   18 chrome/service/service_process.h class ServiceProcessPrefs;
ServiceProcessPrefs  130 chrome/service/service_process.h   scoped_ptr<ServiceProcessPrefs> service_prefs_;
ServiceProcessPrefs   11 chrome/service/service_process_prefs.cc ServiceProcessPrefs::ServiceProcessPrefs(
ServiceProcessPrefs   19 chrome/service/service_process_prefs.cc ServiceProcessPrefs::~ServiceProcessPrefs() {}
ServiceProcessPrefs   21 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::ReadPrefs() {
ServiceProcessPrefs   25 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::WritePrefs() {
ServiceProcessPrefs   29 chrome/service/service_process_prefs.cc std::string ServiceProcessPrefs::GetString(
ServiceProcessPrefs   40 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetString(const std::string& key,
ServiceProcessPrefs   45 chrome/service/service_process_prefs.cc bool ServiceProcessPrefs::GetBoolean(const std::string& key,
ServiceProcessPrefs   55 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value) {
ServiceProcessPrefs   59 chrome/service/service_process_prefs.cc int ServiceProcessPrefs::GetInt(const std::string& key,
ServiceProcessPrefs   69 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetInt(const std::string& key, int value) {
ServiceProcessPrefs   73 chrome/service/service_process_prefs.cc const base::DictionaryValue* ServiceProcessPrefs::GetDictionary(
ServiceProcessPrefs   84 chrome/service/service_process_prefs.cc const base::ListValue* ServiceProcessPrefs::GetList(
ServiceProcessPrefs   93 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetValue(const std::string& key, base::Value* value) {
ServiceProcessPrefs   97 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::RemovePref(const std::string& key) {
ServiceProcessPrefs   20 chrome/service/service_process_prefs.h class ServiceProcessPrefs {
ServiceProcessPrefs   23 chrome/service/service_process_prefs.h   ServiceProcessPrefs(const base::FilePath& pref_filename,
ServiceProcessPrefs   25 chrome/service/service_process_prefs.h   ~ServiceProcessPrefs();
ServiceProcessPrefs   67 chrome/service/service_process_prefs.h   DISALLOW_COPY_AND_ASSIGN(ServiceProcessPrefs);
ServiceProcessPrefs   19 chrome/service/service_process_prefs_unittest.cc     prefs_.reset(new ServiceProcessPrefs(
ServiceProcessPrefs   32 chrome/service/service_process_prefs_unittest.cc   scoped_ptr<ServiceProcessPrefs> prefs_;