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

  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 73 views::StyledLabel* headline_label = new views::StyledLabel(headline, this); local
74 headline_label->AddStyleRange(
77 AddChildView(headline_label);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 715 views::Label* headline_label = new views::Label(headline); local
716 headline_label->SetFont(
717 headline_label->font().DeriveFont(0, gfx::Font::BOLD));
718 headline_label->SetMultiLine(true);
719 headline_label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
722 headline_label->SetAllowCharacterBreak(true);
724 content_layout->AddView(headline_label);

Completed in 41 milliseconds