HomeSort by relevance Sort by last modified time
    Searched refs:GWeakNotify (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/gtk/tests/
testdomdocument.c 204 g_object_weak_ref(G_OBJECT(document), (GWeakNotify)weak_notify, &count);
207 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);
210 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count);
213 g_object_weak_ref(G_OBJECT(collection), (GWeakNotify)weak_notify, &count);
229 g_object_weak_ref(G_OBJECT(document), (GWeakNotify)weak_notify, &count);
232 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);
235 g_object_weak_ref(G_OBJECT(body), (GWeakNotify)weak_notify, &count);
238 g_object_weak_ref(G_OBJECT(collection), (GWeakNotify)weak_notify, &count);
242 g_object_weak_ref(G_OBJECT(collection2), (GWeakNotify)weak_notify, &count);
262 g_object_weak_ref(G_OBJECT(div), (GWeakNotify)weak_notify, &count)
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.cpp 44 g_object_weak_ref(object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCallback), this);
51 g_object_weak_unref(m_object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCallback), this);
  /external/bluetooth/glib/gobject/
gobject.h 225 * GWeakNotify:
229 * A #GWeakNotify function can be added to an object as a callback that gets
231 * finalized when the #GWeakNotify is called, there's not much you could do
234 typedef void (*GWeakNotify) (gpointer data,
442 GWeakNotify notify,
445 GWeakNotify notify,
gobject.c     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 318 g_object_weak_ref(G_OBJECT(priv->hyperlinkImpl), (GWeakNotify)g_object_unref, object);

Completed in 163 milliseconds