Searched refs:dispatcher (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.h303 void cannotAttachWebCam(const CEmulatedUSB &dispatcher, const QString &strWebCamName, const QString &strMachineName) const;
304 void cannotDetachWebCam(const CEmulatedUSB &dispatcher, const QString &strWebCamName, const QString &strMachineName) const;
H A DUIMessageCenter.cpp2019 void UIMessageCenter::cannotAttachWebCam(const CEmulatedUSB &dispatcher, const QString &strWebCamName, const QString &strMachineName) const argument
2024 formatErrorInfo(dispatcher));
2027 void UIMessageCenter::cannotDetachWebCam(const CEmulatedUSB &dispatcher, const QString &strWebCamName, const QString &strMachineName) const argument
2032 formatErrorInfo(dispatcher));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1826 CEmulatedUSB dispatcher = console().GetEmulatedUSB(); local
1832 dispatcher.WebcamAttach(target.path, "");
1833 /* Check if dispatcher is OK: */
1834 if (!dispatcher.isOk())
1835 msgCenter().cannotAttachWebCam(dispatcher, target.name, machineName());
1841 dispatcher.WebcamDetach(target.path);
1842 /* Check if dispatcher is OK: */
1843 if (!dispatcher.isOk())
1844 msgCenter().cannotDetachWebCam(dispatcher, target.name, machineName());
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h46 BYTE dispatcher[5]; /* 05 Long call to DOS */ member in struct:__anon14235
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h46 BYTE dispatcher[5]; /* 05 Long call to DOS */ member in struct:__anon1559
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 121 milliseconds