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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGMachinePreview.cpp347 m_actions.value(PreviewUpdateIntervalType_Disabled)->setText(tr("Update disabled"));
422 case PreviewUpdateIntervalType_Disabled:
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h553 PreviewUpdateIntervalType_Disabled, enumerator in enum:PreviewUpdateIntervalType
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp979 case PreviewUpdateIntervalType_Disabled: return "disabled";
997 keys << "disabled"; values << PreviewUpdateIntervalType_Disabled; local
1016 case PreviewUpdateIntervalType_Disabled: return 0;
1033 hash.insert(0, PreviewUpdateIntervalType_Disabled);

Completed in 54 milliseconds