Lines Matching refs:VPNConfigView

233 VPNConfigView::VPNConfigView(NetworkConfigView* parent,
268 VPNConfigView::~VPNConfigView() {
272 string16 VPNConfigView::GetTitle() const {
277 views::View* VPNConfigView::GetInitiallyFocusedView() {
295 bool VPNConfigView::CanLogin() {
314 void VPNConfigView::ContentsChanged(views::Textfield* sender,
333 bool VPNConfigView::HandleKeyEvent(views::Textfield* sender,
343 void VPNConfigView::ButtonPressed(views::Button* sender,
347 void VPNConfigView::OnSelectedIndexChanged(views::Combobox* combobox) {
353 void VPNConfigView::OnCertificatesLoaded(bool initial_load) {
357 bool VPNConfigView::Login() {
390 void VPNConfigView::Cancel() {
393 void VPNConfigView::InitFocus() {
399 const std::string VPNConfigView::GetService() const {
405 const std::string VPNConfigView::GetServer() const {
411 const std::string VPNConfigView::GetPSKPassphrase() const {
419 const std::string VPNConfigView::GetUsername() const {
423 const std::string VPNConfigView::GetUserPassphrase() const {
427 const std::string VPNConfigView::GetGroupName() const {
431 const std::string VPNConfigView::GetOTP() const {
435 const std::string VPNConfigView::GetServerCACertPEM() const {
448 const std::string VPNConfigView::GetUserCertID() const {
459 bool VPNConfigView::GetSaveCredentials() const {
463 int VPNConfigView::GetProviderTypeIndex() const {
469 std::string VPNConfigView::GetProviderTypeString() const {
482 void VPNConfigView::Init() {
685 base::Bind(&VPNConfigView::InitFromProperties,
687 base::Bind(&VPNConfigView::GetPropertiesError,
692 void VPNConfigView::InitFromProperties(
757 void VPNConfigView::ParseUIProperties(const NetworkState* vpn) {
785 void VPNConfigView::GetPropertiesError(
791 void VPNConfigView::SetConfigProperties(
871 void VPNConfigView::Refresh() {
909 void VPNConfigView::UpdateControlsToEnable() {
930 void VPNConfigView::UpdateControls() {
963 void VPNConfigView::UpdateErrorLabel() {
992 void VPNConfigView::UpdateCanLogin() {
996 bool VPNConfigView::HaveUserCerts() const {
1000 bool VPNConfigView::IsUserCertValid() const {
1014 const std::string VPNConfigView::GetTextFromField(views::Textfield* textfield,
1026 const std::string VPNConfigView::GetPassphraseFromField(
1033 void VPNConfigView::ParseVPNUIProperty(