Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dvis.c45 CurrentWindow = Wnd->spwndParent; in VIS_ComputeVisibleRegion()
98 CurrentWindow = CurrentWindow->spwndParent; in VIS_ComputeVisibleRegion()
154 Parent = Wnd->spwndParent; in co_VIS_WindowLayoutChanged()
H A Dwindow.c200 Temp = Temp->spwndParent; in IntIsWindowVisible()
214 return Wnd->spwndParent; in IntGetParent()
356 pWnd = pWnd->spwndParent; in IntGetNonChildAncestor()
363 if ( pWnd->spwndParent && in IntIsTopLevelWindow()
402 if(Wnd->spwndParent != NULL) in IntGetWindow()
938 Window = Window->spwndParent; in IntIsChildWindow()
1195 pWndExam = pWndExam->spwndParent; in co_IntSetParent()
1211 WndOldParent = Wnd->spwndParent; in co_IntSetParent()
1368 if (Wnd->spwndParent && Wnd->spwndParent->spwndChild == Wnd) in IntUnlinkWindow()
1611 Window = Window->spwndParent; in NtUserBuildHwndList()
[all …]
H A Dwinpos.c231 !(pWnd = pWnd->spwndParent) ) in IsChildVisible()
485 if (Wnd->spwndParent && !UserIsDesktopWindow(Wnd->spwndParent)) in WinPosInitInternalPos()
793 pwndParent = Window->spwndParent; in WinPosFindIconPos()
965 if (Window->spwndParent) in co_WinPosGetMinMaxInfo()
1065 PWND ParentWnd = Child->spwndParent; in IntValidateParent()
1079 ParentWnd = ParentWnd->spwndParent; in IntValidateParent()
1203 Parent = Window->spwndParent; in co_WinPosDoNCCALCSize()
1315 Parent = Window->spwndParent; in co_WinPosDoWinPosChanging()
1662 if (InsAfterWnd->spwndParent != Wnd->spwndParent) in WinPosFixupFlags()
1990 (!Window->spwndParent || UserIsDesktopWindow(Window->spwndParent)))) in co_WinPosSetWindowPos()
[all …]
H A Dime.c493 pwnd = pwnd->spwndParent; in IntGetTopLevelWindow()
1185 pwndParent = pwndNode->spwndParent; in IntImeSetFutureOwner()
1261 pwndParent = pImeWnd->spwndParent; in IntImeSetTopMost()
1871 for (; IS_WND_CHILD(pwndNode); pwndNode = pwndNode->spwndParent) in IntFindNonImeRelatedWndOfSameThread()
1918 PWND pwndNode, pwndParent = pwndTarget->spwndParent; in IntWantImeWindow()
1940 for (pwndNode = pwndParent; pwndNode; pwndNode = pwndNode->spwndParent) in IntWantImeWindow()
1972 pwndTarget->spwndParent->head.pti->ppi != pti->ppi) in co_IntCreateDefaultImeWindow()
2042 if (pwndTarget->spwndParent == NULL || in IntImeCanDestroyDefIMEforChild()
2043 pwndTarget->head.pti == pwndTarget->spwndParent->head.pti) in IntImeCanDestroyDefIMEforChild()
2048 for (pwndNode = pwndTarget; pwndNode; pwndNode = pwndNode->spwndParent) in IntImeCanDestroyDefIMEforChild()
[all …]
H A Dwindow.h26 (WndObj->spwndParent == NULL)
159 ReplaceWndPtr(&pwnd->spwndParent, pwndParent); in WndSetParent()
H A Dpainting.c42 ParentWnd = Child->spwndParent; in IntIntersectWithParents()
55 ParentWnd = ParentWnd->spwndParent; in IntIntersectWithParents()
72 ParentWnd = ParentWnd->spwndParent; in IntValidateParents()
80 ParentWnd = Child->spwndParent; in IntValidateParents()
120 ParentWnd = ParentWnd->spwndParent; in IntValidateParents()
627 if ((Parent = Parent->spwndParent) == NULL) break; in UserSyncAndPaintWindows()
872 for (WndObject = Wnd; WndObject != NULL; WndObject = WndObject->spwndParent) in IntIsWindowDrawable()
1245 if (Window->spwndParent && !(Window->spwndParent->style & WS_CLIPCHILDREN)) in IntGetPaintMessage()
1249 Window = Window->spwndParent; in IntGetPaintMessage()
H A Ddefwnd.c643 UserRefObjectCo(Wnd->spwndParent, &Ref); in IntDefWindowProc()
644 … lResult = co_IntSendMessage(UserHMGetHandle(Wnd->spwndParent), WM_APPCOMMAND, wParam, lParam); in IntDefWindowProc()
645 UserDerefObjectCo(Wnd->spwndParent); in IntDefWindowProc()
982 PWND parent = Wnd->spwndParent;//IntGetParent( Wnd ); in IntDefWindowProc()
H A Dfocus.c104 if ( Window->spwndParent == UserGetDesktopWindow() && in UpdateShellHook()
502 if (Window->spwndParent == pwndDesktop ) in co_IntSendActivateMessages()
1350 for (pwndTop = Window; pwndTop; pwndTop = pwndTop->spwndParent) in co_UserSetFocus()
1354 if (pwndTop->spwndParent == NULL) break; in co_UserSetFocus()
H A Dwindc.c202 Parent = Window->spwndParent; in DceUpdateVisRgn()
419 Parent = (Wnd ? Wnd->spwndParent : NULL); in UserGetDCEx()
H A Dlayered.c113 Parent = pWnd->spwndParent; in IntUpdateLayeredWindowI()
H A Dscrollex.c396 if (UserIsDesktopWindow(Window->spwndParent)) in IntScrollWindowEx()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c947 if (Wnd->spwndParent != NULL) in GetAncestor()
948 Ancestor = DesktopPtrToUser(Wnd->spwndParent); in GetAncestor()
1063 if (Wnd->spwndParent != NULL) in GetParent()
1064 WndParent = DesktopPtrToUser(Wnd->spwndParent); in GetParent()
1116 if(Wnd->spwndParent != NULL) in GetWindow()
1118 FoundWnd = DesktopPtrToUser(Wnd->spwndParent); in GetWindow()
1476 if (Wnd->spwndParent != NULL) in IsChild()
1478 Wnd = DesktopPtrToUser(Wnd->spwndParent); in IsChild()
1571 if (Wnd->spwndParent != NULL) in IsWindowVisible()
1572 Wnd = DesktopPtrToUser(Wnd->spwndParent); in IsWindowVisible()
H A Ddefwnd.c659 if ((Wnd->style & WS_CHILD) && Wnd->spwndParent != NULL) in User32DefWindowProc()
663 hWnd = UserHMGetHandle((PWND)DesktopPtrToUser(Wnd->spwndParent)); in User32DefWindowProc()
/reactos/win32ss/include/
H A Dntuser.h713 struct _WND *spwndParent; member