Home | History | Annotate | Download | only in tests

Lines Matching refs:document

66     WebKitDOMDocument* document;
73 document = webkit_web_view_get_dom_document(WEBKIT_WEB_VIEW(fixture->webView));
74 g_assert(document);
75 g_assert(WEBKIT_DOM_IS_DOCUMENT(document));
76 head = webkit_dom_document_get_head(document);
127 WebKitDOMDocument* document;
133 document = webkit_web_view_get_dom_document(WEBKIT_WEB_VIEW(fixture->webView));
134 g_assert(document);
135 body = webkit_dom_document_get_body(document);
143 p = webkit_dom_document_create_element(document, "P", NULL);
156 div = webkit_dom_document_create_element(document, "DIV", NULL);