Home
last modified time | relevance | path

Searched refs:get_property (Results 1 – 25 of 35) sorted by relevance

12

/external/freetype/include/freetype/internal/services/
Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; in FT_DEFINE_SERVICE() local
/external/bluetooth/glib/tests/gobject/
Difaceproperties.c293 object_class->get_property = base_object_get_property; in base_object_class_init()
388 object_class->get_property = derived_object_get_property; in derived_object_class_init()
/external/bluetooth/glib/tests/refcount/
Dproperties2.c83 gobject_class->get_property = my_test_get_property; in my_test_class_init()
Dproperties.c85 gobject_class->get_property = my_test_get_property; in my_test_class_init()
Dsignals.c106 gobject_class->get_property = my_test_get_property; in my_test_class_init()
Dclosures.c137 gobject_class->get_property = my_test_get_property; in my_test_class_init()
/external/webkit/WebKit/gtk/webkit/
Dwebkitnetworkrequest.cpp123 objectClass->get_property = webkit_network_request_get_property; in webkit_network_request_class_init()
Dwebkitwebinspector.cpp113 gobject_class->get_property = webkit_web_inspector_get_property; in webkit_web_inspector_class_init()
Dwebkitwebnavigationaction.cpp145 objectClass->get_property = webkit_web_navigation_action_get_property; in webkit_web_navigation_action_class_init()
Dwebkitwebwindowfeatures.cpp99 gobject_class->get_property = webkit_web_window_features_get_property; in webkit_web_window_features_class_init()
Dwebkitwebhistoryitem.cpp131 gobject_class->get_property = webkit_web_history_item_get_property; in webkit_web_history_item_class_init()
/external/bluetooth/glib/gio/
Dgemblem.c138 gobject_class->get_property = g_emblem_get_property; in g_emblem_class_init()
Dgdataoutputstream.c75 object_class->get_property = g_data_output_stream_get_property; in G_DEFINE_TYPE()
Dgfileicon.c134 gobject_class->get_property = g_file_icon_get_property; in g_file_icon_class_init()
Dgthemedicon.c202 gobject_class->get_property = g_themed_icon_get_property; in g_themed_icon_class_init()
Dgmountoperation.c238 object_class->get_property = g_mount_operation_get_property; in g_mount_operation_class_init()
Dgfilteroutputstream.c113 object_class->get_property = g_filter_output_stream_get_property; in g_filter_output_stream_class_init()
Dgfilterinputstream.c113 object_class->get_property = g_filter_input_stream_get_property; in g_filter_input_stream_class_init()
Dgunixoutputstream.c126 gobject_class->get_property = g_unix_output_stream_get_property; in g_unix_output_stream_class_init()
Dgunixinputstream.c134 gobject_class->get_property = g_unix_input_stream_get_property; in g_unix_input_stream_class_init()
/external/webkit/WebCore/platform/graphics/gtk/
DVideoSinkGStreamer.cpp280 gobject_class->get_property = webkit_video_sink_get_property; in webkit_video_sink_class_init()
/external/bluetooth/bluez/audio/
Dgstrtpsbcpay.c282 gobject_class->get_property = GST_DEBUG_FUNCPTR( in gst_rtp_sbc_pay_class_init()
Dgstsbcenc.c528 object_class->get_property = GST_DEBUG_FUNCPTR(gst_sbc_enc_get_property); in gst_sbc_enc_class_init()
/external/bluetooth/glib/gobject/
Dgobject.h329 void (*get_property) (GObject *object, member
Dgobject.c282 class->get_property = NULL; in g_object_base_class_init()
329 class->get_property = g_object_do_get_property; in g_object_do_class_init()
415 g_return_if_fail (class->get_property != NULL); in g_object_class_install_property()
904 class->get_property (object, param_id, value, pspec); in object_get_property()

12