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

  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 58 guint property_id,
63 guint property_id,
254 guint property_id,
261 switch (property_id) {
272 container, property_id, pspec);
279 guint property_id,
286 switch (property_id) {
295 container, property_id, pspec);
  /external/bluetooth/glib/gobject/
gobject.h 192 * @property_id: the numeric id under which the property was registered with
200 guint property_id,
206 * @property_id: the numeric id under which the property was registered with
214 guint property_id,
326 guint property_id,
330 guint property_id,
382 guint property_id,
389 guint property_id,
533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \
537 guint _property_id = (property_id); \
    [all...]
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...]
  /external/bluetooth/glib/gio/
glocalfilemonitor.c 49 guint property_id,
53 switch (property_id)
59 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
glocaldirectorymonitor.c 68 guint property_id,
72 switch (property_id)
78 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
gfileenumerator.c 94 guint property_id,
102 switch (property_id) {
107 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
  /external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml 520 guint property_id,
526 switch (property_id)
541 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
548 guint property_id,
554 switch (property_id)
566 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
    [all...]
tut_howto.xml     [all...]
  /external/opencv/otherlibs/highgui/
highgui.h 209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
  /external/bluetooth/glib/gobject/tests/
threadtests.c 176 guint property_id,
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 776 int property_id = GetIntForString(*iter, kDisplayProperties); local
777 switch (property_id) {
    [all...]

Completed in 215 milliseconds