Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dipwindow.c207 } InPlaceUIWindow; typedef
216 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_QueryInterface()
238 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_AddRef()
248 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_Release()
261 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_GetWindow()
269 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_ContextSensitiveHelp()
276 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_GetBorder()
284 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_RequestBorderSpace()
292 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_SetBorderSpace()
300 InPlaceUIWindow *This = impl_from_IOleInPlaceUIWindow(iface); in InPlaceUIWindow_SetActiveObject()
[all …]
/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c1878 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable
1929 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSite_GetWindowContext()
H A Devents.c2356 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable
2407 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSite_GetWindowContext()
H A Dhtmldoc.c1885 static IOleInPlaceFrame InPlaceUIWindow = { &InPlaceUIWindowVtbl }; variable
1968 *ppDoc = (IOleInPlaceUIWindow*)&InPlaceUIWindow; in InPlaceSiteWindowless_GetWindowContext()
2500 …ok(pDoc == (IOleInPlaceUIWindow *)&InPlaceUIWindow, "pDoc=%p, expected %p\n", pDoc, &InPlaceUIWind… in DocHostUIHandler_ShowUI()