Searched refs:fDeviceIcon (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DIconMenuItem.cpp263 fDeviceIcon(NULL),
279 fDeviceIcon(NULL),
284 fDeviceIcon = new BBitmap(BRect(BPoint(0, 0),
286 if (nodeInfo->GetTrackerIcon(fDeviceIcon, (icon_size)-1) != B_OK) {
287 delete fDeviceIcon;
288 fDeviceIcon = NULL;
302 fDeviceIcon(NULL),
307 fDeviceIcon = new BBitmap(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(which)),
310 if (mime.GetIcon(fDeviceIcon, which) != B_OK) {
313 if (super.GetIcon(fDeviceIcon, whic
[all...]
/haiku/headers/private/tracker/
H A DIconMenuItem.h76 BBitmap* fDeviceIcon; member in class:BPrivate::IconMenuItem

Completed in 188 milliseconds