Searched refs:StyleFetchedImageSet (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | StyleFetchedImageSet.cpp | 35 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 …]
|
D | StyleFetchedImageSet.h | 41 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/ |
D | CSSImageSetValue.h | 34 class StyleFetchedImageSet; variable 46 StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor);
|
D | CSSImageSetValue.cpp | 91 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/ |
D | webcore_rendering.target.linux-mips.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | webcore_rendering.target.darwin-x86.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | webcore_rendering.target.darwin-mips.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | webcore_rendering.target.darwin-arm.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | webcore_rendering.target.linux-x86.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | webcore_rendering.target.linux-arm.mk | 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
|
D | core.gypi | 1636 'rendering/style/StyleFetchedImageSet.cpp',
|