Searched refs:g_object_weak_ref (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit/gtk/tests/ |
D | testdomdocument.c | 204 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/ |
D | references.c | 177 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/ |
D | GObjectEventListener.cpp | 44 …g_object_weak_ref(object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCall… in GObjectEventListener()
|
D | DOMObjectCache.cpp | 93 g_object_weak_ref(data->object, weakRefNotify, &objectDead); in clearByFrame()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | WebKitAccessibleHyperlink.cpp | 318 g_object_weak_ref(G_OBJECT(priv->hyperlinkImpl), (GWeakNotify)g_object_unref, object); in webkitAccessibleHyperlinkSetProperty()
|
/external/bluetooth/glib/gobject/ |
D | gobject.symbols | 156 g_object_weak_ref
|
D | gobject.h | 441 void g_object_weak_ref (GObject *object,
|
D | gobject.c | 1964 g_object_weak_ref (GObject *object, in g_object_weak_ref() function 2050 g_object_weak_ref (object, in g_object_add_weak_pointer()
|
D | ChangeLog | 2616 (g_object_weak_ref): set wstack->object when initialising 2667 * gobject.c (g_object_weak_ref):
|
/external/bluetooth/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 254 g_object_weak_ref
|