Searched refs:dispatcher (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIMessageCenter.h | 303 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 D | UIMessageCenter.cpp | 2019 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 D | UIMachineLogic.cpp | 1826 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 D | winbase16.h | 46 BYTE dispatcher[5]; /* 05 Long call to DOS */ member in struct:__anon14235
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | winbase16.h | 46 BYTE dispatcher[5]; /* 05 Long call to DOS */ member in struct:__anon1559
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | http.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 121 milliseconds