Searched refs:headline (Results 1 - 8 of 8) 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/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h101 const string16& headline,
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/chrome/browser/ui/gtk/
H A Dpage_info_bubble_gtk.cc227 if (!section.headline.empty()) {
228 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.headline).c_str());
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc267 headline_label_ = new views::Label(UTF16ToWideHack(info_.headline));
/external/grub/docs/
H A Dtexinfo.tex296 % the headline as they should be, not taken literally (outputting ''code).
668 % therefore, no glue is inserted, and the space between the headline and
2090 % because the headline and footline are only empty inside the group.
2161 \newtoks\evenheadline % headline on even pages
2162 \newtoks\oddheadline % headline on odd pages
2167 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
4282 % after \pchapsepmacro, or the headline will change too soon.
4516 % Don't need to put `Contents' or `Short Contents' in the headline.
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex527 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline \else \the\evenheadline \fi}}

Completed in 141 milliseconds