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

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFragment.java 76 * @param headline Resource ID of the headline string
80 final int contentLayout, final int headline) {
83 TextView headlineView = UiUtilities.getView(template, R.id.headline);
84 if (headline > 0) {
85 headlineView.setText(headline);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
WebsiteSettingsPopup.java 90 * Adds certificate section, which contains an icon, a headline, a
94 private void addCertificateSection(int enumeratedIconId, String headline, String description,
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) {
110 View section = addSection(enumeratedIconId, headline, description);
115 private View addSection(int enumeratedIconId, String headline, String description) {
122 h.setText(headline);
123 if (TextUtils.isEmpty(headline)) h.setVisibility(View.GONE)
    [all...]
  /external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc 124 // 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/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h 104 // 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,
website_settings_popup_view.cc 106 // 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,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
videotext.h 112 unsigned headline : 1; /* insert headline (C5) */ member in struct:__anon47021
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videotext.h 112 unsigned headline : 1; /* insert headline (C5) */ member in struct:__anon48757
  /external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 28 base::string16 GetTooltipText(const base::string16& headline,
34 lines.push_back(headline);
50 base::string16 GetMirroredTooltipText(const base::string16& headline,
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/
platform_verification_dialog.cc 80 base::string16 headline = l10n_util::GetStringFUTF16( local
82 views::StyledLabel* headline_label = new views::StyledLabel(headline, this);
  /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/common/extensions/docs/static/sass/
_typography.scss 22 font-family: $headline-font;
24 color: $headline-color;
  /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/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/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/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 310 milliseconds