Searched refs:cert_path_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h673 const std::string& cert_path() const { return cert_path_; }
718 // Return true if cert_path_ indicates that we have loaded the certificate.
741 cert_path_ = cert_path;
748 std::string cert_path_; member in class:chromeos::WifiNetwork
H A Dnetwork_library.cc1875 return value->GetAsString(&cert_path_);
1968 SetStringProperty(kCertPathProperty, cert_path, &cert_path_);
2092 if (cert_path_.find(settings_string) == 0) {
2093 std::string::size_type idx = cert_path_.find(pkcs11_key);
2095 idx = cert_path_.find_first_not_of(kWhitespaceASCII,
2097 if (idx != std::string::npos && cert_path_[idx] == '=')

Completed in 108 milliseconds