Home
last modified time | relevance | path

Searched refs:kCloudPrintProxyId (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dconnector_settings.cc38 proxy_id_ = prefs->GetString(prefs::kCloudPrintProxyId, std::string()); in InitFrom()
41 prefs->SetString(prefs::kCloudPrintProxyId, proxy_id_); in InitFrom()
Dcloud_print_proxy.cc121 service_prefs_->GetString(prefs::kCloudPrintProxyId, std::string())); in EnableForUserWithRobot()
125 service_prefs_->SetString(prefs::kCloudPrintProxyId, proxy_id); in EnableForUserWithRobot()
/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc132 dictionary->SetString(prefs::kCloudPrintProxyId, proxy_id); in ReadAndUpdateServiceState()
/external/chromium_org/chrome/common/
Dpref_names.cc2003 const char kCloudPrintProxyId[] = "cloud_print.proxy_id"; variable
Dpref_names.h600 extern const char kCloudPrintProxyId[];