Home
last modified time | relevance | path

Searched refs:GetSplashScreen (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageInfo.h33 BMallocIO *GetSplashScreen() { return fHasImage ? &fImage : NULL; } in GetSplashScreen() function
H A DPackageView.cpp123 BMallocIO* image = fInfo.GetSplashScreen(); in AttachedToWindow()