HomeSort by relevance Sort by last modified time
    Searched refs:SVGViewSpec (Results 1 - 7 of 7) 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...]
SVGViewSpec.idl 28 interface [Conditional=SVG] SVGViewSpec : SVGZoomAndPan, SVGFitToViewBox
SVGSVGElement.h 41 class SVGViewSpec;
79 SVGViewSpec* currentView() const;
174 mutable OwnPtr<SVGViewSpec> m_viewSpec;
SVGSVGElement.cpp 48 #include "SVGViewSpec.h"
190 SVGViewSpec* SVGSVGElement::currentView() const
193 m_viewSpec = adoptPtr(new SVGViewSpec(const_cast<SVGSVGElement*>(this)));
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyMacros.h 59 class SVGViewSpec;
61 struct IsDerivedFromSVGElement<SVGViewSpec> {
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 182 milliseconds