Lines Matching refs:SystemWindow
4601 SystemWindow* pMySysWin = NULL; in ~Window()
4606 pMySysWin = (SystemWindow*)pMyParent; in ~Window()
4623 SystemWindow* pMySysWin = NULL; in ~Window()
4628 pMySysWin = (SystemWindow*)pMyParent; in ~Window()
4822 SystemWindow* pSysWin = dynamic_cast<SystemWindow*>(this); in doLazyDelete()
5664 SystemWindow* Window::GetSystemWindow() const in GetSystemWindow()
5671 return (SystemWindow*)pWin; in GetSystemWindow()
6297 static SystemWindow *ImplGetLastSystemWindow( Window *pWin ) in ImplGetLastSystemWindow()
6300 SystemWindow *pSysWin = NULL; in ImplGetLastSystemWindow()
6307 pSysWin = (SystemWindow*)pMyParent; in ImplGetLastSystemWindow()
6323 SystemWindow *pSysWin = ImplGetLastSystemWindow(this); in SetParent()
6324 SystemWindow *pNewSysWin = NULL; in SetParent()
7370 SystemWindow *pSystemWindow = dynamic_cast< SystemWindow* >( pWindow ); in SetPosSizePixel()