Home | History | Annotate | Download | only in tests

Lines Matching refs:head

29 #define HTML_DOCUMENT_TITLE "<html><head><title>This is the title</title></head><body></body></html>"
33 #define HTML_DOCUMENT_LINKS "<html><head><title>Title</title></head><body><a href=\"about:blank\">blank</a><a href=\"http://www.google.com\">google</a><a href=\"http://www.webkit.org\">webkit</a></body></html>"
34 #define HTML_DOCUMENT_IFRAME "<html><head><title>IFrame</title></head><body><iframe id='iframe'></iframe><div id='test'></div></body></html>"
205 WebKitDOMHTMLHeadElement* head = webkit_dom_document_get_head(document);
206 g_assert(head);
207 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);
230 head = webkit_dom_document_get_head(document);
231 g_assert(head);
232 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);
245 g_object_unref(head);
266 webkit_dom_element_set_attribute(iframe, "src", "data:<html><head></head></html>", NULL);
273 head = webkit_dom_document_get_head(iframeDocument);
274 g_assert(head);
275 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);
300 head = webkit_dom_document_get_head(document);
301 g_assert(head);
302 g_object_weak_ref(G_OBJECT(head), (GWeakNotify)weak_notify, &count);