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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp731 mRemoteUSBDevices.clear();
1974 aRemoteUSBDevices.resize(mRemoteUSBDevices.size());
1975 for (RemoteUSBDeviceList::const_iterator it = mRemoteUSBDevices.begin(); it != mRemoteUSBDevices.end(); ++i, ++it)
9237 for (RemoteUSBDeviceList::iterator it = mRemoteUSBDevices.begin();
9238 it != mRemoteUSBDevices.end();
9245 * Process the pDevList and add devices those are not already in the mRemoteUSBDevices list.
9269 for (RemoteUSBDeviceList::iterator it = mRemoteUSBDevices.begin();
9270 it != mRemoteUSBDevices.end();
9293 mRemoteUSBDevices
[all...]
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h862 RemoteUSBDeviceList mRemoteUSBDevices; member in class:Console

Completed in 260 milliseconds