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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4387 xml::ElementNode *pelmLogo = pelmBIOS->createChild("Logo"); local
4388 pelmLogo->setAttribute("fadeIn", hw.biosSettings.fLogoFadeIn);
4389 pelmLogo->setAttribute("fadeOut", hw.biosSettings.fLogoFadeOut);
4390 pelmLogo->setAttribute("displayTime", hw.biosSettings.ulLogoDisplayTime);
4392 pelmLogo->setAttribute("imagePath", hw.biosSettings.strLogoImagePath);

Completed in 300 milliseconds