Lines Matching refs:aParentData
1011 SystemParentData aParentData; in ImplCreateWindow() local
1012 aParentData.nSize = sizeof( aParentData ); in ImplCreateWindow()
1014 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in ImplCreateWindow()
1016 aParentData.aWindow = nWindowHandle; in ImplCreateWindow()
1017 aParentData.bXEmbedSupport = bXEmbed; in ImplCreateWindow()
1019 aParentData.hWnd = reinterpret_cast<HWND>(nWindowHandle); in ImplCreateWindow()
1021 aParentData.hWnd = (HWND)nWindowHandle; in ImplCreateWindow()
1023 pNewWindow = new WorkWindow( &aParentData ); in ImplCreateWindow()
1223 SystemParentData aParentData; in createSystemChild() local
1224 aParentData.nSize = sizeof( aParentData ); in createSystemChild()
1226 aParentData.pView = reinterpret_cast<NSView*>(nWindowHandle); in createSystemChild()
1228 aParentData.aWindow = nWindowHandle; in createSystemChild()
1229 aParentData.bXEmbedSupport = bXEmbed; in createSystemChild()
1231 aParentData.hWnd = reinterpret_cast<HWND>(nWindowHandle); in createSystemChild()
1233 aParentData.hWnd = (HWND)nWindowHandle; in createSystemChild()
1238 pChildWindow = new WorkWindow( &aParentData ); in createSystemChild()