Searched refs:headline_label_ (Results 1 – 1 of 1) sorted by relevance
73 views::Label* headline_label_; member in __anona584adb20111::Section267 headline_label_ = new views::Label(UTF16ToWideHack(info_.headline)); in Section()268 headline_label_->SetFont( in Section()269 headline_label_->font().DeriveFont(0, gfx::Font::BOLD)); in Section()270 headline_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in Section()271 AddChildView(headline_label_); in Section()319 if (!headline_label_->GetText().empty()) { in LayoutItems()320 size = headline_label_->GetPreferredSize(); in LayoutItems()322 headline_label_->SetBounds(x, y, w > 0 ? w : 0, size.height()); in LayoutItems()326 headline_label_->SetBounds(x, y, 0, 0); in LayoutItems()