Home
last modified time | relevance | path

Searched refs:parent_window (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c1688 IHTMLWindow2 *parent_window, *html_window; in test_container() local
1700 hres = IHTMLDocument2_get_parentWindow(doc_obj, &parent_window); in test_container()
1702 ok(parent_window != NULL, "parentWindow == NULL\n"); in test_container()
1704 hres = IHTMLWindow2_get_document(parent_window, &doc); in test_container()
1716 …ok(!iface_cmp((IUnknown*)html_window, (IUnknown*)parent_window), "html_window != parent_window\n"); in test_container()
1728 IHTMLWindow2_Release(parent_window); in test_container()