Searched defs:headline (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.cc80 base::string16 headline = l10n_util::GetStringFUTF16( local
82 views::StyledLabel* headline_label = new views::StyledLabel(headline, this);
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc116 // The headline and the certificate dialog link of the site's identity
118 // site's identity was verified, then the headline contains the organization
121 std::string headline; local
123 headline = identity_info.site_identity;
134 ConvertUTF8ToJavaString(env, headline).obj(),
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc27 base::string16 GetTooltipText(const base::string16& headline, argument
33 lines.push_back(headline);
49 base::string16 GetMirroredTooltipText(const base::string16& headline, argument
52 return GetTooltipText(headline, name, data, base::string16(), "");
347 base::string16 headline = l10n_util::GetStringFUTF16( local
355 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
362 headline = l10n_util::GetStringFUTF16(
370 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DWebsiteSettingsPopup.java86 * Adds certificate section, which contains an icon, a headline, a
90 private void addCertificateSection(int enumeratedIconId, String headline, String description, argument
92 View section = addSection(enumeratedIconId, headline, description);
101 * Adds Description section, which contains an icon, a headline, and a
102 * description. Most likely headline for description is empty
105 private void addDescriptionSection(int enumeratedIconId, String headline, String description) { argument
106 View section = addSection(enumeratedIconId, headline, description);
111 private View addSection(int enumeratedIconId, String headline, String description) { argument
118 h.setText(headline);
119 if (TextUtils.isEmpty(headline))
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java655 headline, enum constant in enum:Message.Type
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc956 const base::string16& headline,
961 strings->SetString("headLine", headline);
1008 // Use the malware headline, it is the scariest one.
1107 const base::string16& headline,
1112 strings->SetString("headLine", headline);
1139 base::string16 headline, description1, description2, description3; local
1145 headline = l10n_util::GetStringUTF16(IDS_SAFE_BROWSING_MALWARE_V2_HEADLINE);
1155 headline = l10n_util::GetStringUTF16(
1172 headline,
953 PopulateStringDictionary( base::DictionaryValue* strings, const base::string16& title, const base::string16& headline, const base::string16& description1, const base::string16& description2, const base::string16& description3) argument
1104 PopulateStringDictionary( base::DictionaryValue* strings, const base::string16& title, const base::string16& headline, const base::string16& description1, const base::string16& description2, const base::string16& description3) argument
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc106 // Space between the headline and the content of a section on the permissions
536 // The headline and the certificate dialog link of the site's identity
538 // site's identity was verified, then the headline contains the organization
541 base::string16 headline; local
559 headline = base::UTF8ToUTF16(identity_info.site_identity);
564 base::string16(), // The identity section has no headline.
572 base::string16(), // The connection section has no headline.
681 views::Label* headline = new views::Label( local
683 layout->AddView(headline, 1, 1, views::GridLayout::LEADING,
705 const base::string16& headline,
702 ResetConnectionSection( views::View* section_container, const gfx::Image& icon, const base::string16& headline, const base::string16& text, views::Link* link, views::Link* secondary_link) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 302 milliseconds