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

  /external/chromium/chrome/browser/chromeos/login/
network_selection_view.h 115 views::Label* select_network_label_; member in class:chromeos::NetworkSelectionView
network_selection_view.cc 156 select_network_label_(NULL),
201 contents_layout->AddView(select_network_label_);
226 select_network_label_->GetPreferredSize().width());
310 select_network_label_ = new views::Label();
357 select_network_label_->SetFont(select_label_font);
358 select_network_label_->SetText(
414 select_network_label_->SetVisible(!connecting);

Completed in 1596 milliseconds