Home
last modified time | relevance | path

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

/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp61 fBootMenus.AddItem(new LegacyBootMenu()); in BootManagerController()
102 fBootMenu = fBootDrive->InstalledMenu(fBootMenus); in NextState()
112 fBootMenu = fBootMenus.ItemAt(0); in NextState()
252 page = new DrivesPage(wizard, fBootMenus, &fSettings, "drives"); in CreatePage()
H A DBootManagerController.h76 BootMenuList fBootMenus; variable