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

  /external/chromium/chrome/browser/chromeos/login/
web_page_view.cc 119 connecting_label_ = new views::Label();
120 connecting_label_->SetText(
123 connecting_label_->SetFont(rb.GetFont(ResourceBundle::MediumFont));
124 connecting_label_->SetVisible(false);
125 AddChildView(connecting_label_ );
165 connecting_label_->SetVisible(false);
171 connecting_label_->SetVisible(true);
185 connecting_label_->SetBounds(
186 width() / 2 - connecting_label_->GetPreferredSize().width() / 2,
188 connecting_label_->GetPreferredSize().width()
    [all...]
web_page_view.h 92 WebPageView() : throbber_(NULL), connecting_label_(NULL) {}
131 views::Label* connecting_label_; member in class:chromeos::WebPageView

Completed in 493 milliseconds