Searched refs:headline (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DWebsiteSettingsPopup.java90 * Adds certificate section, which contains an icon, a headline, a
94 private void addCertificateSection(int enumeratedIconId, String headline, String description, argument
96 View section = addSection(enumeratedIconId, headline, description);
105 * Adds Description section, which contains an icon, a headline, and a
106 * description. Most likely headline for description is empty
109 private void addDescriptionSection(int enumeratedIconId, String headline, String description) { argument
110 View section = addSection(enumeratedIconId, headline, description);
115 private View addSection(int enumeratedIconId, String headline, String description) { argument
122 h.setText(headline);
123 if (TextUtils.isEmpty(headline))
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc124 // The headline and the certificate dialog link of the site's identity
126 // site's identity was verified, then the headline contains the organization
129 std::string headline; local
131 headline = identity_info.site_identity;
142 ConvertUTF8ToJavaString(env, headline).obj(),
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc28 base::string16 GetTooltipText(const base::string16& headline, argument
34 lines.push_back(headline);
50 base::string16 GetMirroredTooltipText(const base::string16& headline, argument
53 return GetTooltipText(headline, name, data, base::string16(), "");
348 base::string16 headline = l10n_util::GetStringFUTF16( local
356 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
363 headline = l10n_util::GetStringFUTF16(
371 EXPECT_EQ(GetTooltipText(headline, GetFirstDisplayName(), "400x400",
/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/views/website_settings/
H A Dwebsite_settings_popup_view.h104 // Each tab contains several sections with a |headline| followed by the
106 // for the given |headline|, |contents| and |link|. |link| can be NULL if the
108 views::View* CreateSection(const base::string16& headline,
113 // are cleared and destroyed first. Then the |icon|, |headline|, |text| and
114 // |link| are layout out properly. If the |headline| is an empty string then
115 // no headline will be displayed. The ownership of the passed |link| is
120 const base::string16& headline,
H A Dwebsite_settings_popup_view.cc106 // Space between the headline and the content of a section on the permissions
551 // The headline and the certificate dialog link of the site's identity
553 // site's identity was verified, then the headline contains the organization
556 base::string16 headline; local
582 headline = base::UTF8ToUTF16(identity_info.site_identity);
587 base::string16(), // The identity section has no headline.
596 base::string16(), // The connection section has no headline.
707 views::Label* headline = new views::Label( local
709 layout->AddView(headline, 1, 1, views::GridLayout::LEADING,
731 const base::string16& headline,
728 ResetConnectionSection( views::View* section_container, const gfx::Image& icon, const base::string16& headline, const base::string16& text, views::Link* link, views::Link* secondary_link, views::LabelButton* reset_decisions_button) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_typography.scss22 font-family: $headline-font;
24 color: $headline-color;
/external/smack/src/org/jivesoftware/smack/
H A DChatManager.java108 messageType != Message.Type.headline;
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java655 headline, enum constant in enum:Message.Type
/external/bison/build-aux/
H A Dtexinfo.tex323 % the headline as they should be, not taken literally (outputting ''code).
636 % therefore, no glue is inserted, and the space between the headline and
1173 % Typeset the headline with \maincolor, then restore the color.
1174 \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
3241 % because the headline and footline are only empty inside the group.
3323 \newtoks\evenheadline % headline on even pages
3324 \newtoks\oddheadline % headline on odd pages
3329 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
5257 \headingsoff % no headline or footline on the part page
5730 % after \pchapsepmacro, or the headline wil
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml2810 table headline format */
/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 269 milliseconds