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

/haiku/src/preferences/network/
H A DInterfaceListItem.cpp202 BBitmap* interfaceBitmap = NULL; local
227 interfaceBitmap = new(std::nothrow) BBitmap(
230 iconDataSize, interfaceBitmap) == B_OK)
231 fIcon = interfaceBitmap;
233 delete interfaceBitmap;

Completed in 32 milliseconds