Searched defs:WimaxConfigView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.h29 class WimaxConfigView : public ChildNetworkConfigView, class in namespace:chromeos
35 WimaxConfigView(NetworkConfigView* parent, const std::string& service_path);
36 virtual ~WimaxConfigView();
90 base::WeakPtrFactory<WimaxConfigView> weak_ptr_factory_;
92 DISALLOW_COPY_AND_ASSIGN(WimaxConfigView);
H A Dwimax_config_view.cc46 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function);
51 WimaxConfigView::WimaxConfigView(NetworkConfigView* parent, function in class:chromeos::WimaxConfigView
67 WimaxConfigView::~WimaxConfigView() {
71 base::string16 WimaxConfigView::GetTitle() const {
75 views::View* WimaxConfigView::GetInitiallyFocusedView() {
83 bool WimaxConfigView::CanLogin() {
94 void WimaxConfigView::UpdateDialogButtons() {
98 void WimaxConfigView
[all...]

Completed in 1247 milliseconds