Home
last modified time | relevance | path

Searched refs:select_network_label_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dnetwork_selection_view.cc156 select_network_label_(NULL), in NetworkSelectionView()
201 contents_layout->AddView(select_network_label_); in AddControlsToLayout()
226 select_network_label_->GetPreferredSize().width()); in InitLayout()
310 select_network_label_ = new views::Label(); in Init()
357 select_network_label_->SetFont(select_label_font); in UpdateLocalizedStringsAndFonts()
358 select_network_label_->SetText( in UpdateLocalizedStringsAndFonts()
414 select_network_label_->SetVisible(!connecting); in ShowConnectingStatus()
Dnetwork_selection_view.h115 views::Label* select_network_label_; variable