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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp201 case IndicatorType_VideoCapture: pAction = actionPool()->action(UIActionIndexRT_M_View_M_VideoCapture); break;
531 m_pIndicatorsPool->updateAppearance(IndicatorType_VideoCapture);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h586 IndicatorType_VideoCapture, enumerator in enum:IndicatorType
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1249 case IndicatorType_VideoCapture: strResult = "VideoCapture"; break;
1275 keys << "VideoCapture"; values << IndicatorType_VideoCapture; local
1298 case IndicatorType_VideoCapture: return UIIconPool::iconSet(":/video_capture_16px.png");
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1259 case IndicatorType_VideoCapture: m_pool[indicatorType] = new UIIndicatorVideoCapture(m_pSession); break;

Completed in 56 milliseconds