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

  /external/chromium/chrome/browser/
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...]
page_info_model.h 57 const string16& headline,
61 headline(headline),
70 string16 headline; member in struct:PageInfoModel::SectionInfo
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc 71 base::string16 headline = l10n_util::GetStringFUTF16( local
73 views::StyledLabel* headline_label = new views::StyledLabel(headline, this);
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 114 // 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/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 27 base::string16 GetTooltipText(const base::string16& headline,
33 lines.push_back(headline);
49 base::string16 GetMirroredTooltipText(const base::string16& headline,
52 return GetTooltipText(headline, name, data, base::string16(), "");
328 base::string16 headline = l10n_util::GetStringFUTF16( local
336 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
343 headline = l10n_util::GetStringFUTF16(
351 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
  /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
  /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());
  /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:__anon37853
  /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:__anon39444
  /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:__anon40958
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 97 // Space between the headline and the content of a section on the permissions
516 // The headline and the certificate dialog link of the site's identity
518 // site's identity was verified, then the headline contains the organization
521 base::string16 headline; local
527 headline = UTF8ToUTF16(identity_info.site_identity);
532 base::string16(), // The identity section has no headline.
539 base::string16(), // The connection section has no headline.
645 views::Label* headline = new views::Label(headline_text); local
646 headline->SetFont(headline->font().DeriveFont(0, gfx::Font::BOLD))
    [all...]
  /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_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 1102 base::string16 headline, description1, description2, description3; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 674 milliseconds