Home
last modified time | relevance | path

Searched refs:GWeakNotify (Results 1 – 7 of 7) 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/webkit/Source/WebCore/bindings/gobject/
DGObjectEventListener.cpp44 …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/
Dgobject.h234 typedef void (*GWeakNotify) (gpointer data, typedef
442 GWeakNotify notify,
445 GWeakNotify notify,
Dgobject.c1935 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()
DChangeLog2619 * gobject.h (GWeakNotify): add second argument to prototype which
/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/docs/reference/gobject/
Dgobject-sections.txt253 GWeakNotify