Searched refs:FinalConstruct (Results 51 - 75 of 123) sorted by relevance

12345

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp27 HRESULT DisplaySourceBitmap::FinalConstruct() function in class:DisplaySourceBitmap
H A DGuestFsObjInfoImpl.cpp42 HRESULT GuestFsObjInfo::FinalConstruct(void) function in class:GuestFsObjInfo
H A DVirtualBoxClientImpl.cpp43 HRESULT VirtualBoxClient::FinalConstruct() function in class:VirtualBoxClient
H A DGuestDirectoryImpl.cpp44 HRESULT GuestDirectory::FinalConstruct(void) function in class:GuestDirectory
H A DGuestDnDSourceImpl.cpp47 HRESULT GuestDnDSource::FinalConstruct(void) function in class:GuestDnDSource
H A DRemoteUSBDeviceImpl.cpp38 HRESULT RemoteUSBDevice::FinalConstruct() function in class:RemoteUSBDevice
H A DUSBDeviceImpl.cpp30 HRESULT OUSBDevice::FinalConstruct() function in class:OUSBDevice
H A DKeyboardImpl.cpp76 HRESULT Keyboard::FinalConstruct() function in class:Keyboard
/vbox/src/VBox/Main/src-server/
H A DHostVideoInputDeviceImpl.cpp36 HRESULT HostVideoInputDevice::FinalConstruct() function in class:HostVideoInputDevice
H A DProgressProxyImpl.cpp46 HRESULT ProgressProxy::FinalConstruct() function in class:ProgressProxy
53 HRESULT rc = Progress::FinalConstruct();
H A DBandwidthGroupImpl.cpp32 HRESULT BandwidthGroup::FinalConstruct() function in class:BandwidthGroup
H A DGuestOSTypeImpl.cpp46 HRESULT GuestOSType::FinalConstruct() function in class:GuestOSType
H A DMediumFormatImpl.cpp32 HRESULT MediumFormat::FinalConstruct() function in class:MediumFormat
H A DUSBControllerImpl.cpp75 HRESULT USBController::FinalConstruct() function in class:USBController
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h71 HRESULT FinalConstruct();
276 HRESULT FinalConstruct();
H A DGuestImpl.h59 HRESULT FinalConstruct();
H A DGuestProcessImpl.h41 HRESULT FinalConstruct(void);
H A DHostImpl.h43 HRESULT FinalConstruct();
H A DMachineDebuggerImpl.h37 HRESULT FinalConstruct();
H A DNetworkAdapterImpl.h42 HRESULT FinalConstruct();
H A DSystemPropertiesImpl.h40 HRESULT FinalConstruct();
H A DDisplayImpl.h142 HRESULT FinalConstruct();
518 HRESULT FinalConstruct();
/vbox/include/VBox/com/
H A Ddefs.h390 * FinalConstruct()/FinalRelease() functionality on Linux. */
399 HRESULT FinalConstruct() { return S_OK; } function in class:CComObjectRootEx
426 * template, so it calls FinalConstruct() right after object creation
428 * The result from FinalConstruct() is returned to the caller.
449 NS_ADDREF(inst); /* protect FinalConstruct() */ \
450 rv = inst->FinalConstruct(); \
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp87 HRESULT VBoxEvent::FinalConstruct() function in class:VBoxEvent
240 HRESULT VBoxVetoEvent::FinalConstruct() function in class:VBoxVetoEvent
946 HRESULT EventSource::FinalConstruct() function in class:EventSource
1241 HRESULT FinalConstruct() function in class:PassiveEventListener
1281 HRESULT FinalConstruct() function in class:ProxyEventListener
1336 HRESULT FinalConstruct() function in class:EventSourceAggregator
H A DSharedFolderImpl.cpp71 HRESULT SharedFolder::FinalConstruct() function in class:SharedFolder

Completed in 131 milliseconds

12345