Searched refs:pBaseMenu (Results 1 – 2 of 2) sorted by relevance
549 Menu* StatementList::GetMatchingMenu( Window* pWin, Menu* pBaseMenu ) in GetMatchingMenu() argument551 if ( pBaseMenu ) in GetMatchingMenu()553 if ( pBaseMenu->GetWindow() == pWin ) in GetMatchingMenu()554 return pBaseMenu; in GetMatchingMenu()560 while ( i < pBaseMenu->GetItemCount() ) in GetMatchingMenu()562 PopupMenu* pPopup = pBaseMenu->GetPopupMenu( pBaseMenu->GetItemId( i ) ); in GetMatchingMenu()569 pBaseMenu = pPopup; in GetMatchingMenu()
245 Menu* GetMatchingMenu( Window* pWin, Menu* pBaseMenu = NULL );
Completed in 19 milliseconds