Home
last modified time | relevance | path

Searched refs:SelectedStatement (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DDisplayProtocol.h306 FORM_DISPLAY_ENGINE_STATEMENT *SelectedStatement; // Selected Statement and InputValue member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c1035 gUserInput->SelectedStatement = Question; in ProcessOptions()
1120 gUserInput->SelectedStatement = Question; in ProcessOptions()
1198 gUserInput->SelectedStatement = Question; in ProcessOptions()
DFormDisplay.c1953 gUserInput->SelectedStatement = Statement; in UpdateHighlightMenuInfo()
1987 gUserInput->SelectedStatement = NULL; in UpdateHighlightMenuInfo()
2638 gUserInput->SelectedStatement = NextMenuOption->ThisTag; in UiDisplayMenu()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c1544 ASSERT (UserInput->Action != 0 || UserInput->SelectedStatement != NULL); in ProcessUserInput()
1550 if (UserInput->SelectedStatement != NULL){ in ProcessUserInput()
1551 Statement = GetBrowserStatement(UserInput->SelectedStatement); in ProcessUserInput()
1625 PasswordCheck (NULL, UserInput->SelectedStatement, (CHAR16 *) Statement->BufferValue); in ProcessUserInput()