HomeSort by relevance Sort by last modified time
    Searched defs:user_passphrase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 794 std::string user_passphrase = GetUserPassphrase(); local
812 if (!user_passphrase.empty()) {
814 flimflam::kL2tpIpsecPasswordProperty, user_passphrase);
834 if (!user_passphrase.empty()) {
836 flimflam::kL2tpIpsecPasswordProperty, user_passphrase);
852 if (!user_passphrase.empty()) {
854 flimflam::kOpenVPNPasswordProperty, user_passphrase);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 1404 std::string user_passphrase; local
    [all...]
network_library.h 614 const std::string& user_passphrase() const { return user_passphrase_; } function in class:chromeos::VirtualNetwork
638 const std::string& user_passphrase,
642 const std::string& user_passphrase,
646 const std::string& user_passphrase,
685 void set_user_passphrase(const std::string& user_passphrase) {
686 user_passphrase_ = user_passphrase;
1483 std::string user_passphrase; member in struct:chromeos::NetworkLibrary::VPNConfigData
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 446 const std::string& user_passphrase() const { return user_passphrase_; } function in class:chromeos::VirtualNetwork
456 void SetUserPassphrase(const std::string& user_passphrase);
489 void set_user_passphrase(const std::string& user_passphrase) {
490 user_passphrase_ = user_passphrase;
    [all...]

Completed in 121 milliseconds