Searched refs:HotKey (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | FrameworkFormBrowser.h | 121 @param HotKey Defines whether a single character is parsed (TRUE) 128 the typed in string if HotKey is FALSE. 129 @param KeyValue The EFI_INPUT_KEY value returned if HotKey is TRUE. 144 IN BOOLEAN HotKey,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Ui.c | 792 @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...] |
H A D | Setup.c | 702 // 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 D | Presentation.c | 647 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 D | Setup.h | 841 @param HotKey Defines whether a single character is parsed 851 hold the typed in string if HotKey is FALSE 852 @param KeyValue The EFI_KEY value returned if HotKey is TRUE.. 859 (StringBuffer == NULL) && (HotKey == FALSE)) 867 IN BOOLEAN HotKey, 1465 Find the registered HotKey based on KeyData. 1470 @return The registered HotKey context. If no found, NULL will return.
|
Completed in 1603 milliseconds