Searched refs:share_network_checkbox_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.cc57 share_network_checkbox_(NULL),
193 return share_network_checkbox_ ? share_network_checkbox_->checked() :
322 share_network_checkbox_ = new views::Checkbox(
332 share_network_checkbox_->SetChecked(share_network_checkbox_value);
333 share_network_checkbox_->SetEnabled(share_network_checkbox_enabled);
336 layout->AddView(share_network_checkbox_);
H A Dwimax_config_view.h83 views::Checkbox* share_network_checkbox_; member in class:chromeos::WimaxConfigView
H A Dwifi_config_view.cc362 share_network_checkbox_(NULL),
547 if (!share_network_checkbox_)
552 share_network_checkbox_->SetEnabled(false);
553 share_network_checkbox_->SetChecked(true);
559 share_network_checkbox_->SetEnabled(false);
560 share_network_checkbox_->SetChecked(false);
566 share_network_checkbox_->SetChecked(value);
567 share_network_checkbox_->SetEnabled(enabled);
767 if (!share_network_checkbox_)
769 return share_network_checkbox_
[all...]
H A Dwifi_config_view.h204 views::Checkbox* share_network_checkbox_; member in class:chromeos::WifiConfigView

Completed in 96 milliseconds