Lines Matching refs:mpNext

127     ImplCalcToTopData*  mpNext;  member
171 mpNext = NULL; // next window in WindowImpl()
335 pChild = pChild->mpWindowImpl->mpNext; in ImplDbgCheckWindow()
1065 mpWindowImpl->mpNext = pFirstOverlapParent->mpWindowImpl->mpFirstOverlap; in ImplInsertWindow()
1070 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in ImplInsertWindow()
1083 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplInsertWindow()
1108 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1110 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpFirstOverlap = mpWindowImpl->mpNext; in ImplRemoveWindow()
1111 if ( mpWindowImpl->mpNext ) in ImplRemoveWindow()
1112 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1119 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplRemoveWindow()
1121 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplRemoveWindow()
1122 if ( mpWindowImpl->mpNext ) in ImplRemoveWindow()
1123 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1129 mpWindowImpl->mpNext = NULL; in ImplRemoveWindow()
1374 pTempWindow = pTempWindow->mpWindowImpl->mpNext; in ImplFindWindow()
1391 pTempWindow = pTempWindow->mpWindowImpl->mpNext; in ImplFindWindow()
1579 pWindow = pWindow->mpWindowImpl->mpNext; in ImplResetReallyVisible()
1587 pWindow = pWindow->mpWindowImpl->mpNext; in ImplResetReallyVisible()
1622 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetReallyVisible()
1630 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetReallyVisible()
1648 pWindow = pWindow->mpWindowImpl->mpNext; in ImplCallInitShow()
1656 pWindow = pWindow->mpWindowImpl->mpNext; in ImplCallInitShow()
1668 pDel->mpNext = mpWindowImpl->mpFirstDel; in ImplAddDel()
1679 mpWindowImpl->mpFirstDel = pDel->mpNext; in ImplRemoveDel()
1683 while ( pData->mpNext != pDel ) in ImplRemoveDel()
1684 pData = pData->mpNext; in ImplRemoveDel()
1685 pData->mpNext = pDel->mpNext; in ImplRemoveDel()
1872 pWindow = pWindow->mpWindowImpl->mpNext; in ImplUpdateSysObjChildsClip()
1886 pWindow = pWindow->mpWindowImpl->mpNext; in ImplUpdateSysObjOverlapsClip()
1901 Window* pWindow = mpWindowImpl->mpNext; in ImplUpdateSysObjClip()
1905 pWindow = pWindow->mpWindowImpl->mpNext; in ImplUpdateSysObjClip()
1932 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetClipFlagChilds()
1955 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetClipFlagChilds()
1972 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetClipFlagOverlapWindows()
1997 Window* pWindow = mpWindowImpl->mpNext; in ImplSetClipFlag()
2002 pWindow = pWindow->mpWindowImpl->mpNext; in ImplSetClipFlag()
2065 pWindow = pWindow->mpWindowImpl->mpNext; in ImplExcludeOverlapWindows()
2101 pOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in ImplClipBoundaries()
2133 pWindow = pWindow->mpWindowImpl->mpNext; in ImplClipChilds()
2148 pWindow = pWindow->mpWindowImpl->mpNext; in ImplClipAllChilds()
2165 pWindow = pWindow->mpWindowImpl->mpNext; in ImplClipSiblings()
2247 pWindow = pWindow->mpWindowImpl->mpNext; in ImplIntersectAndUnionOverlapWindows()
2281 pOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in ImplCalcOverlapRegionOverlaps()
2344 pWindow = pWindow->mpWindowImpl->mpNext; in ImplCalcOverlapRegion()
2361 pWindow = pWindow->mpWindowImpl->mpNext; in ImplCalcOverlapRegion()
2503 pTempWindow = pTempWindow->mpWindowImpl->mpNext; in ImplCallPaint()
2536 pTempWindow = pTempWindow->mpWindowImpl->mpNext; in ImplCallOverlapPaint()
2663 pTempWindow = pTempWindow->mpWindowImpl->mpNext; in ImplInvalidateOverlapFrameRegion()
2786 pWindow = pWindow->mpWindowImpl->mpNext; in ImplMoveInvalidateRegion()
2853 pChild = pChild->mpWindowImpl->mpNext; in ImplValidateFrameRegion()
2871 pChild = pChild->mpWindowImpl->mpNext; in ImplValidateFrameRegion()
3075 pWindow = pWindow->mpWindowImpl->mpNext; in ImplScroll()
3141 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateWindowPtr()
3153 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateWindowPtr()
3176 Window* pNextOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in ImplUpdateOverlapWindowPtr()
3210 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdatePos()
3230 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateSysObjPos()
3563 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToBottomChild()
3565 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplToBottomChild()
3566 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToBottomChild()
3569 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplToBottomChild()
3570 mpWindowImpl->mpNext = NULL; in ImplToBottomChild()
3594 pPrevData->mpNext = pData; in ImplCalcToTop()
3595 pData->mpNext = NULL; in ImplCalcToTop()
3610 if ( pPrevData->mpNext ) in ImplCalcChildOverlapToTop()
3611 pPrevData = pPrevData->mpNext; in ImplCalcChildOverlapToTop()
3617 if ( pPrevData->mpNext ) in ImplCalcChildOverlapToTop()
3618 pPrevData = pPrevData->mpNext; in ImplCalcChildOverlapToTop()
3619 pOverlap = pOverlap->mpWindowImpl->mpNext; in ImplCalcChildOverlapToTop()
3658 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in ImplToTop()
3659 if ( mpWindowImpl->mpNext ) in ImplToTop()
3660 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in ImplToTop()
3673 pNextWin = pNextWin->mpWindowImpl->mpNext; in ImplToTop()
3684 pNextWin = pNextWin->mpWindowImpl->mpNext; in ImplToTop()
3688 mpWindowImpl->mpNext = pNextWin; in ImplToTop()
3700 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in ImplToTop()
3732 aStartData.mpNext = NULL; in ImplStartToTop()
3737 if ( pCurData->mpNext ) in ImplStartToTop()
3738 pCurData = pCurData->mpNext; in ImplStartToTop()
3747 if ( pCurData->mpNext ) in ImplStartToTop()
3748 pCurData = pCurData->mpNext; in ImplStartToTop()
3749 pTempOverlapWindow = pTempOverlapWindow->mpWindowImpl->mpNext; in ImplStartToTop()
3761 pCurData = aStartData.mpNext; in ImplStartToTop()
3765 pNextData = pCurData->mpNext; in ImplStartToTop()
3814 pOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in ImplShowAllOverlaps()
3831 pOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in ImplHideAllOverlaps()
4579 pTempWin = pTempWin->mpWindowImpl->mpNext; in ~Window()
4594 pTempWin = pTempWin->mpWindowImpl->mpNext; in ~Window()
4753 pDelData = pDelData->mpNext; in ~Window()
5614 pChild = pChild->mpWindowImpl->mpNext; in IsLocked()
5913 pChild = pChild->mpWindowImpl->mpNext; in SetSettings()
5978 pChild = pChild->mpWindowImpl->mpNext; in UpdateSettings()
5995 pChild = pChild->mpWindowImpl->mpNext; in NotifyAllChilds()
6417 Window* pNextOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in SetParent()
6434 Window* pNextOverlapWindow = pOverlapWindow->mpWindowImpl->mpNext; in SetParent()
6810 pChild = pChild->mpWindowImpl->mpNext; in Enable()
6828 pChild = pChild->mpWindowImpl->mpNext; in SetCallHandlersOnInputDisabled()
6892 pChild = pChild->mpWindowImpl->mpNext; in EnableInput()
7001 pChild = pChild->mpWindowImpl->mpNext; in AlwaysEnableInput()
7033 pChild = pChild->mpWindowImpl->mpNext; in AlwaysDisableInput()
7125 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7127 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpFirstOverlap = mpWindowImpl->mpNext; in SetZOrder()
7128 if ( mpWindowImpl->mpNext ) in SetZOrder()
7129 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7138 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7140 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in SetZOrder()
7141 if ( mpWindowImpl->mpNext ) in SetZOrder()
7142 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7150 mpWindowImpl->mpNext = pRefWindow; in SetZOrder()
7152 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in SetZOrder()
7153 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in SetZOrder()
7157 if ( pRefWindow->mpWindowImpl->mpNext == this ) in SetZOrder()
7163 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7165 mpWindowImpl->mpOverlapWindow->mpWindowImpl->mpFirstOverlap = mpWindowImpl->mpNext; in SetZOrder()
7166 if ( mpWindowImpl->mpNext ) in SetZOrder()
7167 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7170 if ( !pRefWindow->mpWindowImpl->mpNext ) in SetZOrder()
7176 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = mpWindowImpl->mpNext; in SetZOrder()
7178 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in SetZOrder()
7179 if ( mpWindowImpl->mpNext ) in SetZOrder()
7180 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = mpWindowImpl->mpPrev; in SetZOrder()
7183 if ( !pRefWindow->mpWindowImpl->mpNext ) in SetZOrder()
7188 mpWindowImpl->mpNext = pRefWindow->mpWindowImpl->mpNext; in SetZOrder()
7189 if ( mpWindowImpl->mpNext ) in SetZOrder()
7190 mpWindowImpl->mpNext->mpWindowImpl->mpPrev = this; in SetZOrder()
7191 mpWindowImpl->mpPrev->mpWindowImpl->mpNext = this; in SetZOrder()
7236 pWindow = pWindow->mpWindowImpl->mpNext; in SetZOrder()
7252 pWindow = pWindow->mpWindowImpl->mpNext; in SetZOrder()
7771 pUpdateOverlapWindow = pUpdateOverlapWindow->mpWindowImpl->mpNext; in Update()
8250 pChild = pChild->mpWindowImpl->mpNext; in GetChildCount()
8268 pChild = pChild->mpWindowImpl->mpNext; in GetChild()
8296 return mpWindowImpl->mpNext; in GetWindow()
8861 pChild = pChild->mpWindowImpl->mpNext; in ImplGetAccessibleCandidateChildWindowCount()
8883 pChild = pChild->mpWindowImpl->mpNext; in ImplGetAccessibleCandidateChild()
8914 pWorkWin = pWorkWin->mpWindowImpl->mpNext; in GetAccessibleParentWindow()
8952 pChild = pChild->mpWindowImpl->mpNext; in GetAccessibleChildWindowCount()
9032 pChild = pChild->mpWindowImpl->mpNext; in GetAccessibleChildWindow()
9037 do pChild = pChild->mpWindowImpl->mpNext; while( pChild && ! pChild->IsVisible() ); in GetAccessibleChildWindow()
9635 pChild = pChild->mpWindowImpl->mpNext; in IsScrollable()
9777 pChild = pChild->mpWindowImpl->mpNext; in EnableNativeWidget()
10012 … for( Window* pChild = mpWindowImpl->mpFirstChild; pChild; pChild = pChild->mpWindowImpl->mpNext ) in ImplPaintToDevice()