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

/haiku/src/preferences/network/
H A DInterfaceListItem.cpp205 BBitmap* onlineBitmap = NULL; local
267 onlineBitmap = new(std::nothrow) BBitmap(
270 iconDataSize, onlineBitmap) == B_OK)
271 fIconOnline = onlineBitmap;
273 delete onlineBitmap;

Completed in 75 milliseconds