Searched refs:GWeakNotify (Results 1 – 7 of 7) 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/webkit/Source/WebCore/bindings/gobject/ |
D | GObjectEventListener.cpp | 44 …g_object_weak_ref(object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCall… in GObjectEventListener() 51 …g_object_weak_unref(m_object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyed… in ~GObjectEventListener()
|
/external/bluetooth/glib/gobject/ |
D | gobject.h | 234 typedef void (*GWeakNotify) (gpointer data, typedef 442 GWeakNotify notify, 445 GWeakNotify notify,
|
D | gobject.c | 1935 GWeakNotify notify; 1965 GWeakNotify notify, in g_object_weak_ref() 2003 GWeakNotify notify, in g_object_weak_unref() 2051 (GWeakNotify) g_nullify_pointer, in g_object_add_weak_pointer() 2072 (GWeakNotify) g_nullify_pointer, in g_object_remove_weak_pointer()
|
D | ChangeLog | 2619 * gobject.h (GWeakNotify): add second argument to prototype which
|
/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/docs/reference/gobject/ |
D | gobject-sections.txt | 253 GWeakNotify
|