Searched refs:mpFirstChild (Results 1 – 9 of 9) sorted by relevance
37 , mpFirstChild( 0 ) in Atom()66 if( mpFirstChild == NULL ) in Atom()67 mpFirstChild = pAtom; in Atom()80 Atom* pChild = mpFirstChild; in ~Atom()108 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
80 Atom* mpFirstChild; member in ppt::Atom101 return mpFirstChild; in findFirstChildAtom()
1582 pWindow = mpWindowImpl->mpFirstChild; in ImplResetReallyVisible()1625 pWindow = mpWindowImpl->mpFirstChild; in ImplSetReallyVisible()1651 pWindow = mpWindowImpl->mpFirstChild; in ImplCallInitShow()2197 if ( !mpWindowImpl->mpFirstChild ) in ImplInitWinChildClipRegion()2352 pWindow = mpWindowImpl->mpFirstChild; in ImplCalcOverlapRegion()2387 if ( !mpWindowImpl->mpFirstChild ) in ImplCallPaint()2951 if ( !mpWindowImpl->mpFirstChild ) in ImplScroll()3137 Window* pChild = mpWindowImpl->mpFirstChild; in ImplUpdateWindowPtr()3149 Window* pChild = mpWindowImpl->mpFirstChild; in ImplUpdateWindowPtr()4570 if ( mpWindowImpl->mpFirstChild ) in ~Window()[all …]
58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren()158 Window* pChild = mpWindowImpl->mpFirstChild; in findWindow()
2102 Window *pWin = pWindow->ImplGetWindowImpl()->mpFirstChild; in ImplHandleMenuEvent()
279 LZWCTreeNode* mpFirstChild; // first son member323 mpTable[i].mpFirstChild = NULL; in LZWEncoder()372 for (p = mpPrefix->mpFirstChild; p != NULL; p = p->mpBrother) in EncodeByte()391 mpTable[i].mpFirstChild = NULL; in EncodeByte()402 p->mpBrother = mpPrefix->mpFirstChild; in EncodeByte()403 mpPrefix->mpFirstChild = p; in EncodeByte()405 p->mpFirstChild = NULL; in EncodeByte()
157 Atom* mpFirstChild; member in Atom234 return mpFirstChild; in findFirstChildAtom()271 mpFirstChild( 0 ), in Atom()304 if( mpFirstChild == NULL ) in Atom()305 mpFirstChild = pAtom; in Atom()318 Atom* pChild = mpFirstChild; in ~Atom()364 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()376 const Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
250 Window* mpFirstChild; member in WindowImpl
248 Window* pChild = ((Window*)this)->mpWindowImpl->mpFirstChild; in ImplUpdateFontData()
Completed in 139 milliseconds