Searched refs:GetBackgroundImage (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DBackgroundImage.h92 static BackgroundImage* GetBackgroundImage(const BNode* node,
115 // no public constructor, GetBackgroundImage factory function is
H A DBackgroundImage.cpp70 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop) function in class:BackgroundImage
386 BackgroundImage* backgroundImage = GetBackgroundImage(fromNode, desktop);
H A DContainerWindow.cpp934 fBackgroundImage = BackgroundImage::GetBackgroundImage(
943 fBackgroundImage = BackgroundImage::GetBackgroundImage(&defaultingNode,
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h103 static BackgroundImage* GetBackgroundImage(const BNode* node,
139 // no public constructor, GetBackgroundImage factory function is
H A DBackgroundImage.cpp77 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop, function in class:BackgroundImage
533 BackgroundImage* result = GetBackgroundImage(fromNode, desktop);
H A DBackgroundsView.cpp486 fCurrent = BackgroundImage::GetBackgroundImage(&node, isDesktop, this);

Completed in 69 milliseconds