Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.h50 EFI_STRING_ID TitleToken[TITLE_TOKEN_COUNT]; // Title string ID member
DBootManagerMenu.c177 StrWidth = GetLineWidth (BootMenuData->TitleToken[Index]); in InitializeBootMenuScreen()
313 BootMenuData->TitleToken[0] = STRING_TOKEN (STR_BOOT_POPUP_MENU_TITLE_STRING); in InitializeBootMenuData()
595 String = HiiGetString (gStringPackHandle, BootMenuData->TitleToken[Index], NULL); in DrawBootPopupMenu()
596 LineWidth = GetLineWidth (BootMenuData->TitleToken[Index]); in DrawBootPopupMenu()