Home
last modified time | relevance | path

Searched refs:m_pParentMenu (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/cicero/
H A Dcicuif.cpp4465 for (pMenu = this; pMenu->m_pParentMenu; pMenu = pMenu->m_pParentMenu) in GetTopSubMenu()
4630 m_pVisibleSubMenu->m_pParentMenu = this; in STDMETHODIMP_()
4857 if (m_pParentMenu) in STDMETHODIMP_()
4858 m_pParentMenu->UninitShow(); in STDMETHODIMP_()
4863 m_pVisibleSubMenu->m_pParentMenu = NULL; in STDMETHODIMP_()
5097 if (m_pMenu->m_pParentMenu) in STDMETHODIMP_()
5098 m_pMenu->m_pParentMenu->CancelMenu(); in STDMETHODIMP_()
H A Dcicuif.h692 CUIFMenu *m_pParentMenu; variable