/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebinspector.cpp | 106 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 108 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 110 static gboolean webkit_inspect_web_view_request_handled(GSignalInvocationHint* ihint, GValue* returnAccu, const GValue* handlerReturn, gpointer dummy) 347 static void webkit_web_inspector_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 381 static void webkit_web_inspector_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
|
webkitviewportattributes.cpp | 115 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec); 116 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec); 435 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec) 489 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec)
|
webkitwebresource.cpp | 58 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 59 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 178 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) 201 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
|
webkitwebwindowfeatures.cpp | 92 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec); 94 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec); 283 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 325 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
|
webkiticondatabase.cpp | 99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec) 113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec)
|
webkitnetworkrequest.cpp | 81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) 97 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
|
webkitnetworkresponse.cpp | 81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec) 97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
|
/external/bluetooth/bluez/audio/ |
gstavdtpsink.c | 223 const GValue *value, GParamSpec *pspec) 251 GValue *value, GParamSpec *pspec) 322 const GValue *value = NULL; 500 GValue *value; 501 GValue *list; 508 value = g_value_init(g_new0(GValue, 1), G_TYPE_STRING); 511 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); 536 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); 555 list = g_value_init(g_new0(GValue, 1), GST_TYPE_LIST); 581 list = g_value_init(g_new0(GValue,1), GST_TYPE_LIST) [all...] |
gstrtpsbcpay.c | 102 const GValue *value, GParamSpec *pspec); 104 GValue *value, GParamSpec *pspec); 305 const GValue *value, GParamSpec *pspec) 322 GValue *value, GParamSpec *pspec)
|
/external/bluetooth/glib/gobject/ |
gvaluecollector.h | 19 * gvaluecollector.h: GValue varargs stubs 72 * @value: a #GValue return location. @value is supposed to be initialized 86 GValue *_value = (value); \ 96 _value->g_type = _value_type; /* value_meminit() from gvalue.c */ \ 132 * @value: a #GValue return location. @value is supposed to be initialized 145 const GValue *_value = (value); \ 189 * single #GValue.
|
gvaluetransform.c | 24 #include "gvalue.h" 32 value_transform_memcpy_data0 (const GValue *src_value, 33 GValue *dest_value) 51 value_transform_##func_name (const GValue *src_value, \ 52 GValue *dest_value) \ 143 value_transform_##func_name (const GValue *src_value, \ 144 GValue *dest_value) \ 160 value_transform_##func_name (const GValue *src_value, \ 161 GValue *dest_value) \ 179 value_transform_bool_string (const GValue *src_value [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestInterface.cpp | 91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
|
WebKitDOMTestMediaQueryListListener.cpp | 89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
|
WebKitDOMTestSerializedScriptValueInterface.cpp | 106 static void webkit_dom_test_serialized_script_value_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) 117 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
|
/external/bluetooth/glib/gio/ |
gdataoutputstream.c | 55 const GValue *value, 59 GValue *value, 98 const GValue *value, 120 GValue *value,
|
gfilterinputstream.c | 46 const GValue *value, 51 GValue *value, 152 const GValue *value, 182 GValue *value,
|
/external/bluetooth/glib/tests/gobject/ |
paramspec-test.c | 39 GValue value = { 0, }; 77 GValue value = { 0, }; 149 GValue value = { 0, }; 189 GValue value = { 0, };
|
override.c | 97 GValue args[1] = { { 0, } }; 182 GValue args[1] = { { 0, } }; 198 GValue args[1] = { { 0, } }; 270 GValue args[1] = { { 0, } }; 286 GValue args[1] = { { 0, } };
|
accumulator.c | 67 GValue *return_accu, 68 const GValue *handler_return,
|
/external/bluetooth/glib/tests/refcount/ |
properties.c | 42 GValue *value, 46 const GValue *value, 117 GValue *value, 138 const GValue *value,
|
signals.c | 57 const GValue * value, GParamSpec * pspec); 59 GValue * value, GParamSpec * pspec); 146 const GValue * value, GParamSpec * pspec) 164 GValue * value, GParamSpec * pspec)
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox.cc | 103 const GValue* value, 107 GValue* value, 142 const GValue* value, 159 GValue* value,
|
gtk_expanded_container_unittest.cc | 34 GValue x = { 0 }; 41 GValue y = { 0 };
|
/external/webkit/Source/WebCore/platform/gtk/ |
GtkVersioning.h | 116 gboolean g_signal_accumulator_first_wins(GSignalInvocationHint* invocationHint, GValue* returnAccumulator, const GValue* handlerReturn, gpointer data);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityCallbacks.cpp | 69 const GValue *paramValues, 108 const GValue *paramValues,
|