Lines Matching refs:m_aSystemChildData
49 m_aSystemChildData.nSize = sizeof( SystemChildData ); in SvpSalFrame()
50 m_aSystemChildData.pDisplay = NULL; in SvpSalFrame()
51 m_aSystemChildData.aWindow = 0; in SvpSalFrame()
52 m_aSystemChildData.pSalFrame = this; in SvpSalFrame()
53 m_aSystemChildData.pWidget = NULL; in SvpSalFrame()
54 m_aSystemChildData.pVisual = NULL; in SvpSalFrame()
55 m_aSystemChildData.nDepth = 24; in SvpSalFrame()
56 m_aSystemChildData.aColormap = 0; in SvpSalFrame()
57 m_aSystemChildData.pAppContext = NULL; in SvpSalFrame()
58 m_aSystemChildData.aShellWindow = 0; in SvpSalFrame()
59 m_aSystemChildData.pShellWidget = NULL; in SvpSalFrame()
404 return &m_aSystemChildData; in GetSystemData()