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()
166 mpFirstChild = NULL; // first child window in WindowImpl()330 Window* pChild = pWindow->mpWindowImpl->mpFirstChild; in ImplDbgCheckWindow()1080 if ( !pParent->mpWindowImpl->mpFirstChild ) in ImplInsertWindow()1081 pParent->mpWindowImpl->mpFirstChild = this; in ImplInsertWindow()1121 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplRemoveWindow()1385 pTempWindow = mpWindowImpl->mpFirstChild; in ImplFindWindow()1582 pWindow = mpWindowImpl->mpFirstChild; in ImplResetReallyVisible()1625 pWindow = mpWindowImpl->mpFirstChild; in ImplSetReallyVisible()1651 pWindow = mpWindowImpl->mpFirstChild; in ImplCallInitShow()1868 Window* pWindow = mpWindowImpl->mpFirstChild; in ImplUpdateSysObjChildsClip()[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; variable
248 Window* pChild = ((Window*)this)->mpWindowImpl->mpFirstChild; in ImplUpdateFontData()