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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3541 const ComPtr<IBIOSSettings> &ptrBiosSettings,
3631 hrc = ptrBiosSettings->COMGETTER(LogoFadeIn)(&fFadeIn); H();
3634 hrc = ptrBiosSettings->COMGETTER(LogoFadeOut)(&fFadeOut); H();
3637 hrc = ptrBiosSettings->COMGETTER(LogoDisplayTime)(&logoDisplayTime); H();
3640 hrc = ptrBiosSettings->COMGETTER(LogoImagePath)(logoImagePath.asOutParam()); H();
3648 hrc = ptrBiosSettings->COMGETTER(BootMenuMode)(&eBootMenuMode); H();
3537 i_configGraphicsController(PCFGMNODE pDevices, const GraphicsControllerType_T enmGraphicsController, BusAssignmentManager *pBusMgr, const ComPtr<IMachine> &ptrMachine, const ComPtr<IBIOSSettings> &ptrBiosSettings, bool fHMEnabled) argument

Completed in 61 milliseconds