Searched refs:cacheImgObjList_ (Results 1 – 2 of 2) sorted by relevance
88 key, imgObj, cacheImgObjList_, imgObjCache_, imgObjCapacity_); in CacheImgObj()94 …return CountLimitLRU::GetCacheObjWithCountLimitLRU<RefPtr<ImageObject>>(key, cacheImgObjList_, img… in GetCacheImgObj()241 cacheImgObjList_.clear(); in Clear()
111 std::list<CacheNode<RefPtr<ImageObject>>> cacheImgObjList_; variable