Searched defs:initCopy (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp151 HRESULT BandwidthGroup::initCopy(BandwidthControl *aParent, BandwidthGroup *aThat) function in class:BandwidthGroup
H A DAudioAdapterImpl.cpp156 HRESULT AudioAdapter::initCopy (Machine *aParent, AudioAdapter *aThat) function in class:AudioAdapter
H A DBandwidthControlImpl.cpp136 HRESULT BandwidthControl::initCopy(Machine *aParent, BandwidthControl *aThat) function in class:BandwidthControl
163 group->initCopy(this, *it);
211 group->initCopy(this, *it);
H A DParallelPortImpl.cpp145 HRESULT ParallelPort::initCopy(Machine *aParent, ParallelPort *aThat) function in class:ParallelPort
H A DUSBControllerImpl.cpp189 HRESULT USBController::initCopy(Machine *aParent, USBController *aPeer) function in class:USBController
H A DBIOSSettingsImpl.cpp134 HRESULT BIOSSettings::initCopy(Machine *aParent, BIOSSettings *that) function in class:BIOSSettings
H A DSerialPortImpl.cpp126 HRESULT SerialPort::initCopy(Machine *aParent, SerialPort *aThat) function in class:SerialPort
H A DMediumAttachmentImpl.cpp181 HRESULT MediumAttachment::initCopy(Machine *aParent, MediumAttachment *aThat) function in class:MediumAttachment
H A DStorageControllerImpl.cpp271 HRESULT StorageController::initCopy(Machine *aParent, StorageController *aThat) function in class:StorageController
H A DUSBDeviceFilterImpl.cpp384 HRESULT USBDeviceFilter::initCopy (USBDeviceFilters *aParent, USBDeviceFilter *aThat) function in class:USBDeviceFilter
H A DUSBDeviceFiltersImpl.cpp175 HRESULT USBDeviceFilters::initCopy(Machine *aParent, USBDeviceFilters *aPeer) function in class:USBDeviceFilters
199 pFilter->initCopy(this, *it);
797 pFilter->initCopy(this, *it);
H A DVRDEServerImpl.cpp148 HRESULT VRDEServer::initCopy(Machine *aParent, VRDEServer *aThat) function in class:VRDEServer
H A DNATEngineImpl.cpp128 HRESULT NATEngine::initCopy(Machine *aParent, INetworkAdapter *aAdapter, NATEngine *aThat) function in class:NATEngine
133 Log(("initCopy that:%p this:%p\n", aThat, this));
H A DNetworkAdapterImpl.cpp166 HRESULT NetworkAdapter::initCopy(Machine *aParent, NetworkAdapter *aThat) function in class:NetworkAdapter
180 mNATEngine->initCopy(aParent, this, aThat->mNATEngine);
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp132 HRESULT SharedFolder::initCopy(Machine *aMachine, SharedFolder *aThat) function in class:SharedFolder

Completed in 58 milliseconds