Searched refs:IndicatorType_USB (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp198 case IndicatorType_USB: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_USBDevices); break;
525 m_pIndicatorsPool->updateAppearance(IndicatorType_USB);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h583 IndicatorType_USB, enumerator in enum:IndicatorType
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1087 if (m_pool.contains(IndicatorType_USB))
1112 case KDeviceType_USB: pIndicator = m_pool.value(IndicatorType_USB); break;
1256 case IndicatorType_USB: m_pool[indicatorType] = new UIIndicatorUSB(m_pSession); break;
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1246 case IndicatorType_USB: strResult = "USB"; break;
1272 keys << "USB"; values << IndicatorType_USB; local
1295 case IndicatorType_USB: return UIIconPool::iconSet(":/usb_16px.png");

Completed in 55 milliseconds