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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2098 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_0.h2636 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_1.h2539 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_2.h2594 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_0.h2758 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_1.h2968 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_2.h3237 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_3.h4754 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettings_vtbl
4790 nsresult (*SetLogoFadeIn)(IBIOSSettings *pThis, PRBool logoFadeIn); member in struct:IBIOSSettingsVtbl
4824 #define IBIOSSettings_put_LogoFadeIn(p, aLogoFadeIn) ((p)->lpVtbl->SetLogoFadeIn(p, aLogoFadeIn))
4825 #define IBIOSSettings_SetLogoFadeIn(p, aLogoFadeIn) ((p)->lpVtbl->SetLogoFadeIn(p, aLogoFadeIn))

Completed in 536 milliseconds