Home
last modified time | relevance | path

Searched refs:PictureMap (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DServerApp.h121 typedef std::map<int32, BReference<ServerPicture> > PictureMap; typedef
153 PictureMap fPictureMap;
H A DServerApp.cpp3855 PictureMap::const_iterator iterator = fPictureMap.find(token); in _FindPicture()