Searched refs:pRefAutoSubMenu (Results 1 – 2 of 2) sorted by relevance
194 ((PopupMenu*)pAutoSubMenu)->pRefAutoSubMenu = NULL; in ~MenuItemData()1372 pSubMenu->pRefAutoSubMenu = &pData->pAutoSubMenu; in InsertItem()3575 pRefAutoSubMenu = NULL; in PopupMenu()3580 pRefAutoSubMenu = NULL; in PopupMenu()3586 pRefAutoSubMenu = NULL; in PopupMenu()3592 if( pRefAutoSubMenu && *pRefAutoSubMenu == this ) in ~PopupMenu()3593 *pRefAutoSubMenu = NULL; // #111060# avoid second delete in ~MenuItemData in ~PopupMenu()
497 …Menu** pRefAutoSubMenu; // keeps track if a pointer to this Menu is stored in the … member in PopupMenu