Lines Matching refs:maGroups
106 Groups maGroups; member in __anond1b6f9ba0111::ToolBarList
1409 : maGroups(), in ToolBarList()
1419 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup()
1420 if (iGroup != maGroups.end()) in ClearGroup()
1436 Groups::iterator iGroup (maGroups.find(eGroup)); in AddToolBar()
1437 if (iGroup == maGroups.end()) in AddToolBar()
1438 iGroup = maGroups.insert(Groups::value_type(eGroup,NameList())).first; in AddToolBar()
1440 if (iGroup != maGroups.end()) in AddToolBar()
1458 Groups::iterator iGroup (maGroups.find(eGroup)); in RemoveToolBar()
1459 if (iGroup != maGroups.end()) in RemoveToolBar()
1480 Groups::const_iterator iGroup (maGroups.find(eGroup)); in MakeRequestedToolBarList()
1481 if (iGroup != maGroups.end()) in MakeRequestedToolBarList()