Searched refs:StyleFetchedImage (Results 1 – 19 of 19) sorted by relevance
33 StyleFetchedImage::StyleFetchedImage(ImageResource* image) in StyleFetchedImage() function in blink::StyleFetchedImage40 StyleFetchedImage::~StyleFetchedImage() in ~StyleFetchedImage()45 PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImage::cssValue() const in cssValue()47 return CSSImageValue::create(m_image->url(), const_cast<StyleFetchedImage*>(this)); in cssValue()50 bool StyleFetchedImage::canRender(const RenderObject& renderer, float multiplier) const in canRender()55 bool StyleFetchedImage::isLoaded() const in isLoaded()60 bool StyleFetchedImage::errorOccurred() const in errorOccurred()65 LayoutSize StyleFetchedImage::imageSize(const RenderObject* renderer, float multiplier) const in imageSize()70 bool StyleFetchedImage::imageHasRelativeWidth() const in imageHasRelativeWidth()75 bool StyleFetchedImage::imageHasRelativeHeight() const in imageHasRelativeHeight()[all …]
35 class StyleFetchedImage FINAL : public StyleImage, private ImageResourceClient {38 …static PassRefPtr<StyleFetchedImage> create(ImageResource* image) { return adoptRef(new StyleFetch… in create()39 virtual ~StyleFetchedImage();61 explicit StyleFetchedImage(ImageResource*);66 DEFINE_STYLE_IMAGE_TYPE_CASTS(StyleFetchedImage, isImageResource());
33 class StyleFetchedImage; variable49 StyleFetchedImage* cachedImage(ResourceFetcher*, const ResourceLoaderOptions&);50 …StyleFetchedImage* cachedImage(ResourceFetcher* fetcher) { return cachedImage(fetcher, ResourceFet… in cachedImage()
57 StyleFetchedImage* CSSImageValue::cachedImage(ResourceFetcher* fetcher, const ResourceLoaderOptions… in cachedImage()71 m_image = StyleFetchedImage::create(cachedImage.get()); in cachedImage()
141 StyleFetchedImage* cachedImage = svgImageValue->cachedImage(loader); in cachedImage()
69 StyleFetchedImage* styleImageResource = toCSSImageValue(value)->cachedImage(fetcher); in cachedImageForCSSValue()
181 third_party/WebKit/Source/core/rendering/style/StyleFetchedImage.cpp \
1832 'rendering/style/StyleFetchedImage.cpp',