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

/external/chromium/chrome/browser/
H A Dpage_info_model.h57 const string16& headline,
61 headline(headline),
70 string16 headline; member in struct:PageInfoModel::SectionInfo
56 SectionInfo(SectionStateIcon icon_id, const string16& headline, const string16& description, SectionInfoType type) argument
H A Dpage_info_model.cc35 string16 headline; local
83 headline =
113 headline.clear(); // Don't display any title.
115 headline.assign(subject_name);
121 headline.clear(); // Don't display any title.
123 headline.assign(subject_name);
156 headline,
165 headline.clear();
263 headline,
313 string16 headline
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc24 base::string16 GetTooltipText(const base::string16& headline, argument
30 lines.push_back(headline);
42 base::string16 GetMirroredTooltipText(const base::string16& headline, argument
45 return GetTooltipText(headline, name, data, base::string16(), "");
288 base::string16 headline = l10n_util::GetStringFUTF16( local
296 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
303 headline = l10n_util::GetStringFUTF16(
311 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DWebsiteSettingsPopup.java66 /** Adds a section, which contains an icon, a headline, and a description. */
68 private void addSection(int enumeratedIconId, String headline, String description) { argument
75 h.setText(headline);
76 if (TextUtils.isEmpty(headline)) h.setVisibility(View.GONE);
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc114 // The headline and the certificate dialog link of the site's identity
116 // site's identity was verified, then the headline contains the organization
119 std::string headline; local
121 headline = identity_info.site_identity;
127 ConvertUTF8ToJavaString(env, headline).obj(), description.obj());
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java655 headline, enum constant in enum:Message.Type
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc194 const string16& headline,
199 strings->SetString("headLine", headline);
245 // Use the malware headline, it is the scariest one.
191 PopulateStringDictionary( DictionaryValue* strings, const string16& title, const string16& headline, const string16& description1, const string16& description2, const string16& description3) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc820 const string16& headline,
825 strings->SetString("headLine", headline);
871 // Use the malware headline, it is the scariest one.
979 const string16& headline,
984 strings->SetString("headLine", headline);
1045 string16 headline, description1, description2, description3; local
1051 headline = l10n_util::GetStringUTF16(IDS_SAFE_BROWSING_MALWARE_V2_HEADLINE);
1061 headline = l10n_util::GetStringUTF16(
1078 headline,
817 PopulateStringDictionary( DictionaryValue* strings, const string16& title, const string16& headline, const string16& description1, const string16& description2, const string16& description3) argument
976 PopulateStringDictionary( DictionaryValue* strings, const string16& title, const string16& headline, const string16& description1, const string16& description2, const string16& description3) argument
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc96 // Space between the headline and the content of a section on the permissions
526 // The headline and the certificate dialog link of the site's identity
528 // site's identity was verified, then the headline contains the organization
531 string16 headline; local
537 headline = UTF8ToUTF16(identity_info.site_identity);
542 string16(), // The identity section has no headline.
549 string16(), // The connection section has no headline.
654 views::Label* headline = new views::Label(headline_text); local
655 headline->SetFont(headline
675 ResetConnectionSection( views::View* section_container, const gfx::Image& icon, const string16& headline, const string16& text, views::Link* link) argument
[all...]

Completed in 304 milliseconds