Searched refs:container_hwnd (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | mshtml_ros.diff | 24 + container_hwnd = create_container_window(); 28 + DestroyWindow(container_hwnd); 55 container_hwnd = create_container_window(); 59 DestroyWindow(container_hwnd);
|
H A D | events.c | 76 static HWND container_hwnd = NULL; variable 1897 ShowWindow(container_hwnd, SW_SHOW); in test_focus() 1900 ok(!IsChild(container_hwnd, GetFocus()), "focus belongs to document window\n"); in test_focus() 1905 ok(IsChild(container_hwnd, GetFocus()), "focus does not belong to document window\n"); in test_focus() 1926 ShowWindow(container_hwnd, SW_HIDE); in test_focus() 2375 *phwnd = container_hwnd; in InPlaceSite_GetWindow() 2413 lpFrameInfo->hwndFrame = container_hwnd; in InPlaceSite_GetWindowContext() 2874 container_hwnd = create_container_window(); in START_TEST() 2877 ShowWindow(container_hwnd, SW_SHOW); in START_TEST() 2889 DestroyWindow(container_hwnd); in START_TEST()
|
H A D | activex.c | 100 static HWND container_hwnd, plugin_hwnd; variable 1138 ok(frame_info.hwndFrame == container_hwnd, "frame_info.hwnd != container_hwnd\n"); in OleObject_DoVerb() 1897 *phwnd = container_hwnd; in InPlaceSite_GetWindow() 1934 lpFrameInfo->hwndFrame = container_hwnd; in InPlaceSite_GetWindowContext() 2786 container_hwnd = create_container_window(); in START_TEST() 2787 ShowWindow(container_hwnd, SW_SHOW); in START_TEST() 2809 DestroyWindow(container_hwnd); in START_TEST()
|
H A D | script.c | 144 static HWND container_hwnd; variable 956 *phwnd = container_hwnd; in InPlaceSite_GetWindow() 994 lpFrameInfo->hwndFrame = container_hwnd; in InPlaceSite_GetWindowContext() 2947 container_hwnd = create_container_window(); in START_TEST() 2965 DestroyWindow(container_hwnd); in START_TEST()
|
H A D | htmldoc.c | 79 static HWND container_hwnd = NULL, doc_hwnd = NULL, last_hwnd = NULL; variable 1221 PeekMessageA(NULL, container_hwnd, WM_CONTINUE_BINDING, WM_CONTINUE_BINDING, PM_REMOVE); in Binding_Abort() 1469 PostMessageW(container_hwnd, WM_CONTINUE_BINDING, (WPARAM)callback, 0); in Moniker_BindToStorage() 1911 *phwnd = container_hwnd; in InPlaceSiteWindowless_GetWindow() 1979 lpFrameInfo->hwndFrame = container_hwnd; in InPlaceSiteWindowless_GetWindowContext() 6765 hres = IOleObject_DoVerb(oleobj, OLEIVERB_SHOW, NULL, &ClientSite, -1, container_hwnd, &rect); in test_DoVerb() 8567 container_hwnd = create_container_window(); in START_TEST() 8596 DestroyWindow(container_hwnd); in START_TEST()
|
H A D | dom.c | 9356 static HWND container_hwnd; variable 9484 *phwnd = container_hwnd; in InPlaceSite_GetWindow() 9521 lpFrameInfo->hwndFrame = container_hwnd; in InPlaceSite_GetWindowContext() 9832 container_hwnd = CreateWindowA("static", NULL, WS_POPUP|WS_VISIBLE, in START_TEST() 9859 DestroyWindow(container_hwnd); in START_TEST()
|