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

  /external/chromium/chrome/browser/chromeos/options/
network_config_view.cc 34 child_config_view_ =
37 child_config_view_ =
41 child_config_view_ = NULL;
49 child_config_view_ = new WifiConfigView(this);
51 child_config_view_ = new VPNConfigView(this);
54 child_config_view_ = NULL;
74 return child_config_view_->CanLogin();
81 child_config_view_->Cancel();
86 bool result = child_config_view_->Login();
93 return UTF16ToWide(child_config_view_->GetTitle())
    [all...]
network_config_view.h 88 ChildNetworkConfigView* child_config_view_; member in class:chromeos::NetworkConfigView
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 80 : child_config_view_(NULL),
91 child_config_view_ = new WifiConfigView(this, service_path, false);
93 child_config_view_ = new WimaxConfigView(this, service_path);
95 child_config_view_ = new VPNConfigView(this, service_path);
102 child_config_view_ = new WifiConfigView(this,
109 child_config_view_ = new VPNConfigView(this,
161 return child_config_view_->CanLogin();
168 child_config_view_->Cancel();
174 if (!child_config_view_->CanLogin())
176 bool result = child_config_view_->Login()
    [all...]
network_config_view.h 103 ChildNetworkConfigView* child_config_view_; member in class:chromeos::NetworkConfigView

Completed in 418 milliseconds