Searched refs:mpLastChild (Results 1 – 2 of 2) sorted by relevance
167 mpLastChild = NULL; // last child window in WindowImpl()1078 mpWindowImpl->mpPrev = pParent->mpWindowImpl->mpLastChild; in ImplInsertWindow()1079 pParent->mpWindowImpl->mpLastChild = this; in ImplInsertWindow()1125 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in ImplRemoveWindow()3567 mpWindowImpl->mpPrev = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in ImplToBottomChild()3568 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in ImplToBottomChild()7107 pRefWindow = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in SetZOrder()7144 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()7182 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()7184 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in SetZOrder()[all …]
251 Window* mpLastChild; member in WindowImpl
Completed in 44 milliseconds