Searched refs:RuntimeMenuMachineActionType_Nothing (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h370 RuntimeMenuMachineActionType_Nothing = RT_BIT(8), enumerator in enum:UIExtraDataMetaDefs::RuntimeMenuMachineActionType
H A DUIExtraDataManager.cpp2669 if (value == UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing)
2671 result = UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing;
2707 /* Skip RuntimeMenuMachineActionType_Invalid, RuntimeMenuMachineActionType_Nothing & RuntimeMenuMachineActionType_All enum-values: */
2709 enumValue == UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing ||
2718 result << gpConverter->toInternalString(UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp527 case UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing: strResult = "Nothing"; break;
552 keys << "Nothing"; values << UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Nothing; member in class:UIExtraDataMetaDefs

Completed in 63 milliseconds