Home | History | Annotate | Download | only in website_settings

Lines Matching refs:headline

106 // Space between the headline and the content of a section on the permissions
551 // The headline and the certificate dialog link of the site's identity
553 // site's identity was verified, then the headline contains the organization
556 base::string16 headline;
582 headline = base::UTF8ToUTF16(identity_info.site_identity);
587 base::string16(), // The identity section has no headline.
596 base::string16(), // The connection section has no headline.
707 views::Label* headline = new views::Label(
709 layout->AddView(headline, 1, 1, views::GridLayout::LEADING,
731 const base::string16& headline,
778 if (!headline.empty()) {
781 headline, rb.GetFontList(ui::ResourceBundle::BoldFont));