cachedImageSet 122 Source/core/css/CSSCursorImageValue.cpp return toCSSImageSetValue(m_imageValue.get())->cachedImageSet(loader, deviceScaleFactor); cachedImageSet 123 Source/core/css/CSSImageSetValue.cpp return cachedImageSet(fetcher, deviceScaleFactor, ResourceFetcher::defaultResourceOptions()); cachedImageSet 47 Source/core/css/CSSImageSetValue.h StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor, const ResourceLoaderOptions&); cachedImageSet 48 Source/core/css/CSSImageSetValue.h StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor); cachedImageSet 91 Source/core/css/resolver/StyleResourceLoader.cpp return imageSetValue->cachedImageSet(fetcher, deviceScaleFactor, options);