Searched defs:StyleGeneratedImage (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleGeneratedImage.h34 class StyleGeneratedImage : public StyleImage { class in namespace:WebCore
36 static PassRefPtr<StyleGeneratedImage> create(CSSImageGeneratorValue* val, bool fixedSize)
38 return adoptRef(new StyleGeneratedImage(val, fixedSize));
57 StyleGeneratedImage(CSSImageGeneratorValue* val, bool fixedSize) function in class:WebCore::StyleGeneratedImage

Completed in 50 milliseconds