Searched refs:SetStringProperty (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 1139 void Network::SetStringProperty( in SetStringProperty() function in chromeos::Network 1155 SetStringProperty(prop, str, dest); in SetOrClearStringProperty() 1348 SetStringProperty(kL2TPIPSecCACertProperty, ca_cert, &ca_cert_); in SetCACert() 1352 SetStringProperty(kL2TPIPSecPSKProperty, psk_passphrase, in SetPSKPassphrase() 1357 SetStringProperty(kL2TPIPSecCertProperty, user_cert, &user_cert_); in SetUserCert() 1361 SetStringProperty(kL2TPIPSecKeyProperty, key, &user_cert_key_); in SetUserCertKey() 1365 SetStringProperty(kL2TPIPSecUserProperty, username, &username_); in SetUsername() 1369 SetStringProperty(kL2TPIPSecPasswordProperty, user_passphrase, in SetUserPassphrase() 1964 SetStringProperty(kIdentityProperty, identity, &identity_); in SetIdentity() 1968 SetStringProperty(kCertPathProperty, cert_path, &cert_path_); in SetCertPath() [all …]
|
D | network_library.h | 348 virtual void SetStringProperty(const char* prop, const std::string& str,
|