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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h 36 class SVGViewSpec : public RefCounted<SVGViewSpec>, public ScriptWrappable, public SVGZoomAndPan, public SVGFitToViewBox {
38 virtual ~SVGViewSpec() { }
40 using RefCounted<SVGViewSpec>::ref;
41 using RefCounted<SVGViewSpec>::deref;
43 static PassRefPtr<SVGViewSpec> create(SVGElement* contextElement)
45 return adoptRef(new SVGViewSpec(contextElement));
87 explicit SVGViewSpec(SVGElement*);
97 static PassRefPtr<SVGAnimatedProperty> lookupOrCreateTransformWrapper(SVGViewSpec* contextElement);
98 static PassRefPtr<SVGAnimatedProperty> lookupOrCreateViewBoxWrapper(SVGViewSpec* contextElement)
    [all...]
SVGViewSpec.cpp 21 #include "core/svg/SVGViewSpec.h"
35 const SVGPropertyInfo* SVGViewSpec::viewBoxPropertyInfo()
50 const SVGPropertyInfo* SVGViewSpec::preserveAspectRatioPropertyInfo()
66 const SVGPropertyInfo* SVGViewSpec::transformPropertyInfo()
80 SVGViewSpec::SVGViewSpec(SVGElement* contextElement)
88 const AtomicString& SVGViewSpec::viewBoxIdentifier()
94 const AtomicString& SVGViewSpec::preserveAspectRatioIdentifier()
100 const AtomicString& SVGViewSpec::transformIdentifier()
106 void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& es
    [all...]

Completed in 45 milliseconds