Searched refs:SVGViewSpec (Results 1 – 12 of 12) sorted by relevance
36 SVGViewSpec::SVGViewSpec(const SVGSVGElement* contextElement) in SVGViewSpec() function in WebCore::SVGViewSpec44 SVGViewSpec::~SVGViewSpec() in ~SVGViewSpec()48 void SVGViewSpec::setTransform(const String& transform) in setTransform()53 void SVGViewSpec::setViewBoxString(const String& viewBox) in setViewBoxString()63 void SVGViewSpec::setPreserveAspectRatioString(const String& preserve) in setPreserveAspectRatioString()70 void SVGViewSpec::setViewTargetString(const String& viewTargetString) in setViewTargetString()75 SVGElement* SVGViewSpec::viewTarget() const in viewTarget()80 const SVGElement* SVGViewSpec::contextElement() const in contextElement()92 bool SVGViewSpec::parseViewSpec(const String& viewSpec) in parseViewSpec()
37 class SVGViewSpec : public SVGFitToViewBox,40 SVGViewSpec(const SVGSVGElement*);41 virtual ~SVGViewSpec();
41 class SVGViewSpec; variable82 SVGViewSpec* currentView() const;159 mutable OwnPtr<SVGViewSpec> m_viewSpec;
183 SVGViewSpec* SVGSVGElement::currentView() const in currentView()186 m_viewSpec.set(new SVGViewSpec(this)); in currentView()
28 interface [Conditional=SVG, ObjCCustomInternalImpl] SVGViewSpec : SVGZoomAndPan, SVGFitToViewBox
53 // TODO readonly attribute [Immutable] SVGViewSpec currentView;
2442 WebCore/svg/SVGViewSpec.idl \2791 WebCore/svg/SVGViewSpec.cpp \2792 WebCore/svg/SVGViewSpec.h \3049 WebCore/svg/SVGViewSpec.idl \
1757 svg/SVGViewSpec.cpp \
4065 * svg/SVGViewSpec.h:7814 (WebCore::SVGSVGElement::currentView): Pass non-const SVGSVGElement* object to SVGViewSpec.7852 * svg/SVGViewSpec.cpp:7853 (WebCore::SVGViewSpec::SVGViewSpec): Pass non-const context element in constructor.7854 (WebCore::SVGViewSpec::contextElement): Return non-const value.7855 * svg/SVGViewSpec.h:35076 * svg/SVGViewSpec.cpp:35077 * svg/SVGViewSpec.h:35477 * svg/SVGViewSpec.cpp:35478 (WebCore::SVGViewSpec::SVGViewSpec):[all …]
18 There are also several parser crashers in SVGViewSpec, but those will be fixed225 * ksvg2/svg/SVGViewSpec.cpp:226 (WebCore::SVGViewSpec::parseViewSpec):2365 * ksvg2/svg/SVGViewSpec.cpp: Added.2366 (WebCore::SVGViewSpec::SVGViewSpec):2367 (WebCore::SVGViewSpec::~SVGViewSpec):2368 (WebCore::SVGViewSpec::setTransform):2369 (WebCore::SVGViewSpec::setViewBoxString):2370 (WebCore::SVGViewSpec::setPreserveAspectRatioString):2371 (WebCore::SVGViewSpec::setViewTargetString):[all …]
40509 * svg/SVGViewSpec.cpp:
3215 …27AF20D00BF220071B782 /* SVGViewSpec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B222795C0D…3216 …227AF30D00BF220071B782 /* SVGViewSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = B222795D0D0…7955 …F210071B782 /* SVGViewSpec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …7956 …00BF210071B782 /* SVGViewSpec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…7957 …5E0D00BF210071B782 /* SVGViewSpec.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…12770 B222795C0D00BF210071B782 /* SVGViewSpec.cpp */,12771 B222795D0D00BF210071B782 /* SVGViewSpec.h */,12772 B222795E0D00BF210071B782 /* SVGViewSpec.idl */,16358 B2227AF30D00BF220071B782 /* SVGViewSpec.h in Headers */,18362 B2227AF20D00BF220071B782 /* SVGViewSpec.cpp in Sources */,