Searched refs:fBitmapForWorkspaceList (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp204 fBitmapForWorkspaceList(1, true),
222 fBitmapForWorkspaceList.AddItem(info);
229 fBitmapForWorkspaceList.RemoveItem(info);
236 for (int32 index = 0; index < fBitmapForWorkspaceList.CountItems();) {
237 BackgroundImageInfo* info = fBitmapForWorkspaceList.ItemAt(index);
241 fBitmapForWorkspaceList.RemoveItemAt(index);
395 int32 count = fBitmapForWorkspaceList.CountItems();
402 BackgroundImageInfo* info = fBitmapForWorkspaceList.ItemAt(index);
473 int32 count = fBitmapForWorkspaceList.CountItems();
476 BackgroundImageInfo* info = fBitmapForWorkspaceList
[all...]
H A DBackgroundImage.h152 BObjectList<BackgroundImageInfo> fBitmapForWorkspaceList; member in class:BackgroundImage
/haiku/src/kits/tracker/
H A DBackgroundImage.h129 BObjectList<BackgroundImageInfo> fBitmapForWorkspaceList; member in class:BPrivate::BackgroundImage
H A DBackgroundImage.cpp154 fBitmapForWorkspaceList(1, true)
167 fBitmapForWorkspaceList.AddItem(info);
306 int32 count = fBitmapForWorkspaceList.CountItems();
313 BackgroundImageInfo* info = fBitmapForWorkspaceList.ItemAt(index);

Completed in 37 milliseconds