Searched refs:GetPassphrase (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dpassphrase_textfield.h28 std::string GetPassphrase();
H A Dpassphrase_textfield.cc39 std::string PassphraseTextfield::GetPassphrase() { function in class:chromeos::PassphraseTextfield
H A Dwifi_config_view.h113 std::string GetPassphrase() const;
H A Dwifi_config_view.cc690 std::string passphrase = GetPassphrase();
693 shill::kPassphraseProperty, GetPassphrase());
720 const std::string passphrase = GetPassphrase();
741 std::string WifiConfigView::GetPassphrase() const { function in class:chromeos::WifiConfigView
870 shill::kEapPasswordProperty, GetPassphrase());
H A Dvpn_config_view.cc1039 return textfield->GetPassphrase();
/external/chromium/chrome/browser/chromeos/options/
H A Dwifi_config_view.h72 std::string GetPassphrase() const;
H A Dwifi_config_view.cc369 bool passphrase_empty = wifi->GetPassphrase().empty();
461 sec, GetSSID(), GetPassphrase(), std::string(), std::string());
567 const std::string passphrase = GetPassphrase();
591 std::string WifiConfigView::GetPassphrase() const { function in class:chromeos::WifiConfigView
735 if (wifi && !wifi->GetPassphrase().empty())
736 passphrase_textfield_->SetText(UTF8ToUTF16(wifi->GetPassphrase()));
/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.cc133 bool GetPassphrase(const std::string& json, std::string* passphrase) { function in namespace:__anon2804
423 if (!GetPassphrase(json, &passphrase)) {
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h689 const std::string& GetPassphrase() const;
H A Dnetwork_library.cc1926 const std::string& WifiNetwork::GetPassphrase() const { function in class:chromeos::WifiNetwork

Completed in 365 milliseconds