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

  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 776 int property_id = GetIntForString(*iter, kDisplayProperties); local
777 switch (property_id) {
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 141 guint property_id,
145 guint property_id,
376 guint property_id,
389 PARAM_SPEC_SET_PARAM_ID (pspec, property_id);
396 * @property_id: the id for the new property
407 guint property_id,
416 g_return_if_fail (property_id > 0);
423 install_property_internal (G_OBJECT_CLASS_TYPE (class), property_id, pspec); local
544 * @property_id: the new property ID
548 * Registers @property_id as referring to a property with th
    [all...]

Completed in 69 milliseconds