Searched refs:collection2 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomdocument.c240 WebKitDOMHTMLCollection* collection2 = webkit_dom_document_get_links(document); local
241 g_assert(collection2);
242 g_object_weak_ref(G_OBJECT(collection2), (GWeakNotify)weak_notify, &count);
248 g_object_unref(collection2);

Completed in 235 milliseconds