Home | History | Annotate | Download | only in extensions

Lines Matching refs:heading_

103     heading_ = new views::Label(UTF16ToWide(
106 heading_->SetFont(rb.GetFont(ResourceBundle::MediumFont));
107 heading_->SetMultiLine(true);
108 heading_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
109 AddChildView(heading_);
170 height += heading_->GetHeightForWidth(kRightColumnWidth);
192 heading_->SizeToFit(kRightColumnWidth);
193 heading_->SetX(x);
194 heading_->SetY(y);
195 y += heading_->height();
228 views::Label* heading_;