Home
last modified time | relevance | path

Searched refs:StyleFetchedImageSet (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleFetchedImageSet.cpp35 StyleFetchedImageSet::StyleFetchedImageSet(ImageResource* image, float imageScaleFactor, CSSImageSe… in StyleFetchedImageSet() function in WebCore::StyleFetchedImageSet
45 StyleFetchedImageSet::~StyleFetchedImageSet() in ~StyleFetchedImageSet()
50 PassRefPtr<CSSValue> StyleFetchedImageSet::cssValue() const in cssValue()
55 bool StyleFetchedImageSet::canRender(const RenderObject* renderer, float multiplier) const in canRender()
60 bool StyleFetchedImageSet::isLoaded() const in isLoaded()
65 bool StyleFetchedImageSet::errorOccurred() const in errorOccurred()
70 LayoutSize StyleFetchedImageSet::imageSize(const RenderObject* renderer, float multiplier) const in imageSize()
77 bool StyleFetchedImageSet::imageHasRelativeWidth() const in imageHasRelativeWidth()
82 bool StyleFetchedImageSet::imageHasRelativeHeight() const in imageHasRelativeHeight()
87 void StyleFetchedImageSet::computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, … in computeIntrinsicDimensions()
[all …]
DStyleFetchedImageSet.h41 class StyleFetchedImageSet : public StyleImage, private ImageResourceClient {
44 …static PassRefPtr<StyleFetchedImageSet> create(ImageResource* image, float imageScaleFactor, CSSIm… in create()
46 return adoptRef(new StyleFetchedImageSet(image, imageScaleFactor, value)); in create()
48 virtual ~StyleFetchedImageSet();
76 StyleFetchedImageSet(ImageResource*, float imageScaleFactor, CSSImageSetValue*);
83 DEFINE_STYLE_IMAGE_TYPE_CASTS(StyleFetchedImageSet, isImageResourceSet());
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSImageSetValue.h34 class StyleFetchedImageSet; variable
46 StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor);
DCSSImageSetValue.cpp91 StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFa… in cachedImageSet()
108 … m_imageSet = StyleFetchedImageSet::create(cachedImage.get(), image.scaleFactor, this); in cachedImageSet()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_rendering.target.linux-mips.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dwebcore_rendering.target.darwin-x86.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dwebcore_rendering.target.darwin-mips.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dwebcore_rendering.target.darwin-arm.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dwebcore_rendering.target.linux-x86.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dwebcore_rendering.target.linux-arm.mk176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
Dcore.gypi1636 'rendering/style/StyleFetchedImageSet.cpp',