Home
last modified time | relevance | path

Searched refs:g_object_weak_ref (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestdomdocument.c204 g_object_weak_ref(G_OBJECT(document), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
207 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
210 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
213 g_object_weak_ref(G_OBJECT(collection), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
229 g_object_weak_ref(G_OBJECT(document), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
232 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
235 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
238 g_object_weak_ref(G_OBJECT(collection), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
242 g_object_weak_ref(G_OBJECT(collection2), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
262 g_object_weak_ref(G_OBJECT(div), (GWeakNotify)weak_notify, &count); in test_dom_document_garbage_collection()
[all …]
/external/bluetooth/glib/tests/gobject/
Dreferences.c177 g_object_weak_ref (object, weak_ref1, GUINT_TO_POINTER (42)); in main()
188 g_object_weak_ref (object, weak_ref1, GUINT_TO_POINTER (42)); in main()
189 g_object_weak_ref (object, weak_ref2, GUINT_TO_POINTER (24)); in main()
201 g_object_weak_ref (object, weak_ref1, GUINT_TO_POINTER (42)); in main()
202 g_object_weak_ref (object, weak_ref2, GUINT_TO_POINTER (24)); in main()
/external/webkit/Source/WebCore/bindings/gobject/
DGObjectEventListener.cpp44g_object_weak_ref(object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCall… in GObjectEventListener()
DDOMObjectCache.cpp93 g_object_weak_ref(data->object, weakRefNotify, &objectDead); in clearByFrame()
/external/webkit/Source/WebCore/accessibility/gtk/
DWebKitAccessibleHyperlink.cpp318 g_object_weak_ref(G_OBJECT(priv->hyperlinkImpl), (GWeakNotify)g_object_unref, object); in webkitAccessibleHyperlinkSetProperty()
/external/bluetooth/glib/gobject/
Dgobject.symbols156 g_object_weak_ref
Dgobject.h441 void g_object_weak_ref (GObject *object,
Dgobject.c1964 g_object_weak_ref (GObject *object, in g_object_weak_ref() function
2050 g_object_weak_ref (object, in g_object_add_weak_pointer()
DChangeLog2616 (g_object_weak_ref): set wstack->object when initialising
2667 * gobject.c (g_object_weak_ref):
/external/bluetooth/glib/docs/reference/gobject/
Dgobject-sections.txt254 g_object_weak_ref