Searched refs:show_8021x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dwifi_config_view.h54 // it identifies the network to be configured. Otherwise |show_8021x|
58 bool show_8021x);
103 // Initializes UI. If |show_8021x| includes 802.1x config options.
104 void Init(bool show_8021x);
107 void InitFromProperties(bool show_8021x,
H A Dwifi_config_view.cc344 bool show_8021x)
369 Init(show_8021x);
887 void WifiConfigView::Init(bool show_8021x) { argument
893 show_8021x = true;
909 if (show_8021x)
952 if (!wifi && !show_8021x) {
966 if (show_8021x) {
1117 if (show_8021x) {
1138 if (show_8021x) {
1172 if (!wifi && show_8021x)
342 WifiConfigView(NetworkConfigView* parent, const std::string& service_path, bool show_8021x) argument
1187 InitFromProperties( bool show_8021x, const std::string& service_path, const base::DictionaryValue& properties) argument
[all...]

Completed in 946 milliseconds