Searched refs:iPreviewUpdateIntervalType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h163 template<> PreviewUpdateIntervalType fromInternalInteger<PreviewUpdateIntervalType>(const int &iPreviewUpdateIntervalType);
H A DUIConverterBackendGlobal.cpp1029 template<> PreviewUpdateIntervalType fromInternalInteger<PreviewUpdateIntervalType>(const int &iPreviewUpdateIntervalType) argument
1040 if (!hash.contains(iPreviewUpdateIntervalType))
1041 AssertMsgFailed(("No value for '%d'", iPreviewUpdateIntervalType));
1043 return hash.value(iPreviewUpdateIntervalType);

Completed in 48 milliseconds