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

  /external/bluetooth/glib/gobject/
gparamspecs.h 896 * blurb, validating a value, and so forth. See
928 const gchar *blurb,
935 const gchar *blurb,
942 const gchar *blurb,
947 const gchar *blurb,
954 const gchar *blurb,
961 const gchar *blurb,
968 const gchar *blurb,
975 const gchar *blurb,
982 const gchar *blurb,
    [all...]
gparamspecs.c     [all...]
gparam.h 130 * @G_PARAM_STATIC_BLURB: the string used as blurb when constructing the
372 const gchar *blurb,
gparam.c 389 * @blurb: a short description of the property
407 * @blurb, which should be a somewhat longer description, suitable for
408 * e.g. a tooltip. The @nick and @blurb should ideally be localized.
416 const gchar *blurb,
447 pspec->_blurb = (gchar*) blurb;
449 pspec->_blurb = g_strdup (blurb);
    [all...]
  /external/iptables/iptables/
iptables-apply 16 function blurb() function
34 blurb
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListFragment.java 120 String blurb = activity.getString(R.string.blurbJoinContactDataWith, displayName); local
121 blurbView.setText(blurb);
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 9 // don't show the top error blurb "Error Signing in" or the "Create
92 setElementDisplay("top-blurb", "none");
93 setElementDisplay("top-blurb-error", "none");
192 setElementDisplay('top-blurb', 'none');
197 return; // No blurb in captcha challenge mode.
206 document.getElementById("top-blurb-error").style.visibility = "visible";
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 194 #top-blurb {
198 #top-blurb-error {

Completed in 631 milliseconds