HomeSort by relevance Sort by last modified time
    Searched defs:SVGViewSpec (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGViewSpec.h 34 class SVGViewSpec : public SVGFitToViewBox,
36 WTF_MAKE_NONCOPYABLE(SVGViewSpec);
38 SVGViewSpec(SVGElement*);
SVGViewSpec.cpp 23 #include "SVGViewSpec.h"
34 DEFINE_ANIMATED_RECT(SVGViewSpec, SVGNames::viewBoxAttr, ViewBox, viewBox)
35 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGViewSpec, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
37 SVGViewSpec::SVGViewSpec(SVGElement* contextElement)
42 void SVGViewSpec::setTransform(const String& transform)
47 void SVGViewSpec::setViewBoxString(const String& viewBoxStr)
57 void SVGViewSpec::setPreserveAspectRatioString(const String& preserve)
62 void SVGViewSpec::setViewTargetString(const String& viewTargetString)
67 SVGElement* SVGViewSpec::viewTarget() cons
    [all...]

Completed in 36 milliseconds