HomeSort by relevance Sort by last modified time
    Searched full:stylefetchedimageset (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImageSet.cpp 27 #include "core/rendering/style/StyleFetchedImageSet.h"
35 StyleFetchedImageSet::StyleFetchedImageSet(ImageResource* image, float imageScaleFactor, CSSImageSetValue* value)
45 StyleFetchedImageSet::~StyleFetchedImageSet()
50 PassRefPtr<CSSValue> StyleFetchedImageSet::cssValue() const
55 bool StyleFetchedImageSet::canRender(const RenderObject* renderer, float multiplier) const
60 bool StyleFetchedImageSet::isLoaded() const
65 bool StyleFetchedImageSet::errorOccurred() const
70 LayoutSize StyleFetchedImageSet::imageSize(const RenderObject* renderer, float multiplier) cons
    [all...]
StyleFetchedImageSet.h 41 class StyleFetchedImageSet : public StyleImage, private ImageResourceClient {
44 static PassRefPtr<StyleFetchedImageSet> create(ImageResource* image, float imageScaleFactor, CSSImageSetValue* value)
46 return adoptRef(new StyleFetchedImageSet(image, imageScaleFactor, value));
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/
CSSImageSetValue.h 34 class StyleFetchedImageSet;
46 StyleFetchedImageSet* cachedImageSet(ResourceFetcher*, float deviceScaleFactor);
48 // Returns a StyleFetchedImageSet if the best fit image has been cached already, otherwise a StylePendingImage.
CSSImageSetValue.cpp 36 #include "core/rendering/style/StyleFetchedImageSet.h"
91 StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor)
108 m_imageSet = StyleFetchedImageSet::create(cachedImage.get(), image.scaleFactor, this);
CSSCursorImageValue.cpp 30 #include "core/rendering/style/StyleFetchedImageSet.h"
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 40 #include "core/rendering/style/StyleFetchedImageSet.h"
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
webcore_rendering.target.darwin-mips.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
webcore_rendering.target.darwin-x86.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
webcore_rendering.target.linux-arm.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
webcore_rendering.target.linux-mips.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
webcore_rendering.target.linux-x86.mk 176 third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
core.gypi     [all...]

Completed in 813 milliseconds