Lines Matching refs:pMyParent
4600 Window* pMyParent = this; in ~Window() local
4603 while ( pMyParent ) in ~Window()
4605 if ( pMyParent->IsSystemWindow() ) in ~Window()
4606 pMySysWin = (SystemWindow*)pMyParent; in ~Window()
4607 pMyParent = pMyParent->GetParent(); in ~Window()
4622 Window* pMyParent = this; in ~Window() local
4625 while ( pMyParent ) in ~Window()
4627 if ( pMyParent->IsSystemWindow() ) in ~Window()
4628 pMySysWin = (SystemWindow*)pMyParent; in ~Window()
4629 pMyParent = pMyParent->GetParent(); in ~Window()
6303 Window *pMyParent = pWin; in ImplGetLastSystemWindow() local
6304 while ( pMyParent ) in ImplGetLastSystemWindow()
6306 if ( pMyParent->IsSystemWindow() ) in ImplGetLastSystemWindow()
6307 pSysWin = (SystemWindow*)pMyParent; in ImplGetLastSystemWindow()
6308 pMyParent = pMyParent->GetParent(); in ImplGetLastSystemWindow()