Home | History | Annotate | Download | only in views

Lines Matching refs:label_

75       label_(new views::Label()),
78 AddChildView(label_);
85 label_->SetText(name);
129 label_->SetBounds(kThumbnailMargin, kThumbnailHeight + kThumbnailMargin,
391 label_(new views::Label()),
395 label_->SetText(
398 label_->SetText(l10n_util::GetStringFUTF16(
401 label_->SetMultiLine(true);
402 label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
403 AddChildView(label_);
465 label_->GetHeightForWidth(kDialogViewWidth - title_insets.height() * 2);
481 label_->GetHeightForWidth(rect.width()));
482 label_->SetBoundsRect(label_rect);