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

  /external/chromium/chrome/browser/ui/views/
about_chrome_view.h 103 views::Label* about_title_label_; member in class:AboutChromeView
about_chrome_view.cc 107 about_title_label_(NULL),
207 about_title_label_ = new views::Label(
209 about_title_label_->SetFont(ResourceBundle::GetSharedInstance().GetFont(
211 about_title_label_->SetColor(SK_ColorBLACK);
212 AddChildView(about_title_label_);
349 sz = about_title_label_->GetPreferredSize();
350 about_title_label_->SetBounds(
357 about_title_label_->y() +
358 about_title_label_->height() +
    [all...]

Completed in 298 milliseconds