Exemplo n.º 1
0
StyleCachedImageSet* CSSImageSetValue::cachedImageSet(CachedResourceLoader* loader)
{
    return cachedImageSet(loader, CachedResourceLoader::defaultCachedResourceOptions());
}
Exemplo n.º 2
0
StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* fetcher, float deviceScaleFactor)
{
    return cachedImageSet(fetcher, deviceScaleFactor, ResourceFetcher::defaultResourceOptions());
}
Exemplo n.º 3
0
StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(Document* document, float deviceScaleFactor)
{
    return cachedImageSet(document, deviceScaleFactor, ResourceFetcher::defaultResourceOptions());
}