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

/haiku/src/apps/deskbar/
H A DBarApp.cpp135 WindowIconCache* winCache = new WindowIconCache(id); local
136 _CacheWindowIcon(winCache);
137 sWindowIconCache.AddItem(winCache);
858 WindowIconCache* winCache local
860 if (winCache == NULL)
861 winCache = new WindowIconCache(id);
863 _CacheWindowIcon(winCache);
865 return winCache->icon;
1112 TBarApp::_CacheWindowIcon(WindowIconCache* winCache) argument
1114 if (winCache
[all...]
H A DBarApp.h177 status_t _CacheWindowIcon(WindowIconCache* winCache);

Completed in 38 milliseconds