HomeSort by relevance Sort by last modified time
    Searched refs:headline (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/
page_info_model.h 57 const string16& headline,
61 headline(headline),
70 string16 headline; member in struct:PageInfoModel::SectionInfo
page_info_model.cc 35 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 = l10n_util::GetStringUTF16(IDS_PAGE_INFO_SITE_INFO_TITLE)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 101 const string16& headline,
safe_browsing_blocking_page.cc 194 const string16& headline,
199 strings->SetString("headLine", headline);
245 // Use the malware headline, it is the scariest one.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 112 unsigned headline : 1; /* insert headline (C5) */ member in struct:__anon26711
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 112 unsigned headline : 1; /* insert headline (C5) */ member in struct:__anon28302
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 112 unsigned headline : 1; /* insert headline (C5) */ member in struct:__anon29816
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 257 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); local
258 headline.setText(label);
259 headline.setChecked(checked);
272 TextView headline = (TextView) view.findViewById(android.R.id.text1); local
276 headline.setText(label);
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 227 if (!section.headline.empty()) {
228 GtkWidget* label = gtk_label_new(UTF16ToUTF8(section.headline).c_str());
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 305 TextView headline = (TextView) view.findViewById(android.R.id.text1); local
307 headline.setText(error.sourceId() + ":" + error.lineNumber());
  /external/smack/src/org/jivesoftware/smack/
ChatManager.java 108 messageType != Message.Type.headline;
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 267 headline_label_ = new views::Label(UTF16ToWideHack(info_.headline));
  /external/smack/src/org/jivesoftware/smack/packet/
Message.java 34 * <li>Message.Type.HEADLINE -- a text message to be displayed in scrolling marquee displays.
42 * <tr><td><i>Field</i></td><td><b>Normal</b></td><td><b>Chat</b></td><td><b>Group Chat</b></td><td><b>Headline</b></td><td><b>XMPPError</b></td></tr>
655 headline, enum constant in enum:Message.Type
  /external/grub/docs/
texinfo.tex 296 % the headline as they should be, not taken literally (outputting ''code).
668 % therefore, no glue is inserted, and the space between the headline and
    [all...]
  /external/bison/build-aux/
texinfo.tex 323 % the headline as they should be, not taken literally (outputting ''code).
636 % therefore, no glue is inserted, and the space between the headline and
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 344 % the headline as they should be, not taken literally (outputting ''code).
736 % therefore, no glue is inserted, and the space between the headline and
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 527 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline \else \the\evenheadline \fi}}
    [all...]

Completed in 508 milliseconds