Searched defs:CacheImageDataNode (Results 1 – 1 of 1) sorted by relevance
52 struct CacheImageDataNode { struct53 CacheImageDataNode(const std::string& key, const RefPtr<CachedImageData>& imageData) in CacheImageDataNode() function56 std::string imageDataKey;57 RefPtr<CachedImageData> imageDataPtr;