Searched defs:HotKey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c647 Show all registered HotKey help strings on bottom Rows.
662 BROWSER_HOT_KEY *HotKey; local
674 HotKey = BROWSER_HOT_KEY_FROM_LINK (Link);
678 if (StrLen (HotKey->HelpString) > ColumnWidth) {
679 HotKey->HelpString[ColumnWidth] = L'\0';
691 // Print HotKey help string on bottom Row.
693 PrintStringAt (CurrentCol, CurrentRow, HotKey->HelpString);
758 // On system setting, HotKey will show on every form.
821 // On system setting, HotKey will show on every form.
846 // On system setting, HotKey wil
[all...]
H A DSetup.c702 // Install default HotKey F10 for Save
710 // Install default HotKey F9 for Reset To Defaults
3991 Find the registered HotKey based on KeyData.
3996 @return The registered HotKey context. If no found, NULL will return.
4004 BROWSER_HOT_KEY *HotKey; local
4008 HotKey = BROWSER_HOT_KEY_FROM_LINK (Link);
4009 if (HotKey->KeyData->ScanCode == KeyData->ScanCode) {
4010 return HotKey;
4083 BROWSER_HOT_KEY *HotKey; local
4096 HotKey
[all...]
H A DUi.c792 @param HotKey Defines whether a single character is parsed
802 hold the typed in string if HotKey is FALSE
803 @param KeyValue The EFI_KEY value returned if HotKey is TRUE..
810 (StringBuffer == NULL) && (HotKey == FALSE))
818 IN BOOLEAN HotKey,
860 if (HotKey) {
913 if (HotKey) {
2123 BROWSER_HOT_KEY *HotKey; local
2161 HotKey = NULL;
3130 HotKey
816 CreateDialog( IN UINTN NumberOfLines, IN BOOLEAN HotKey, IN UINTN MaximumStringSize, OUT CHAR16 *StringBuffer, OUT EFI_INPUT_KEY *KeyValue, ... ) argument
[all...]

Completed in 47 milliseconds