Searched refs:SVGTests (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGCursorElement.idl32 SVGCursorElement implements SVGTests;
H A DSVGTests.cpp22 #include "SVGTests.h"
40 const SVGPropertyInfo* SVGTests::requiredFeaturesPropertyInfo()
55 const SVGPropertyInfo* SVGTests::requiredExtensionsPropertyInfo()
70 const SVGPropertyInfo* SVGTests::systemLanguagePropertyInfo()
84 SVGTests::SVGTests() function in class:WebCore::SVGTests
91 SVGAttributeToPropertyMap& SVGTests::attributeToPropertyMap()
102 bool SVGTests::hasExtension(const String& extension) const
112 bool SVGTests::isValid() const
132 bool SVGTests
[all...]
H A DSVGCursorElement.h29 #include "SVGTests.h"
35 public SVGTests,
50 virtual bool isValid() const override { return SVGTests::isValid(); }
67 // SVGTests
68 virtual void synchronizeRequiredFeatures() override { SVGTests::synchronizeRequiredFeatures(this); }
69 virtual void synchronizeRequiredExtensions() override { SVGTests::synchronizeRequiredExtensions(this); }
70 virtual void synchronizeSystemLanguage() override { SVGTests::synchronizeSystemLanguage(this); }
H A DSVGMaskElement.h29 #include "SVGTests.h"
35 public SVGTests,
43 virtual bool isValid() const override { return SVGTests::isValid(); }
65 // SVGTests
66 virtual void synchronizeRequiredFeatures() override { SVGTests::synchronizeRequiredFeatures(this); }
67 virtual void synchronizeRequiredExtensions() override { SVGTests::synchronizeRequiredExtensions(this); }
68 virtual void synchronizeSystemLanguage() override { SVGTests::synchronizeSystemLanguage(this); }
H A DSVGTests.idl31 ] interface SVGTests {
H A DSVGPatternElement.h34 #include "SVGTests.h"
44 public SVGTests,
57 virtual bool isValid() const override { return SVGTests::isValid(); }
83 // SVGTests
84 virtual void synchronizeRequiredFeatures() override { SVGTests::synchronizeRequiredFeatures(this); }
85 virtual void synchronizeRequiredExtensions() override { SVGTests::synchronizeRequiredExtensions(this); }
86 virtual void synchronizeSystemLanguage() override { SVGTests::synchronizeSystemLanguage(this); }
H A DSVGAnimationElement.idl41 SVGAnimationElement implements SVGTests;
H A DSVGGraphicsElement.idl38 SVGGraphicsElement implements SVGTests;
H A DSVGMaskElement.idl37 SVGMaskElement implements SVGTests;
H A DSVGPatternElement.idl38 SVGPatternElement implements SVGTests;
H A DSVGTests.h33 class SVGTests { class in namespace:WebCore
51 SVGTests();
H A DSVGGraphicsElement.h26 #include "SVGTests.h"
34 class SVGGraphicsElement : public SVGElement, public SVGTransformable, public SVGTests {
73 // SVGTests
74 virtual void synchronizeRequiredFeatures() override { SVGTests::synchronizeRequiredFeatures(this); }
75 virtual void synchronizeRequiredExtensions() override { SVGTests::synchronizeRequiredExtensions(this); }
76 virtual void synchronizeSystemLanguage() override { SVGTests::synchronizeSystemLanguage(this); }
H A DSVGDefsElement.cpp51 return SVGTests::isValid();
H A DSVGGElement.h40 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGGraphicsElement.cpp41 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTests)
106 SVGTests::addSupportedAttributes(supportedAttributes);
127 if (SVGTests::parseAttribute(name, value))
142 if (SVGTests::handleAttributeChange(this, attrName))
H A DSVGSwitchElement.h38 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGCircleElement.h39 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGClipPathElement.h42 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGEllipseElement.h39 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGForeignObjectElement.h40 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGLineElement.h39 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGPolyElement.h45 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGRectElement.h40 virtual bool isValid() const override { return SVGTests::isValid(); }
H A DSVGCursorElement.cpp44 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTests)
72 SVGTests::addSupportedAttributes(supportedAttributes);
91 else if (SVGTests::parseAttribute(name, value)
H A DSVGAElement.h41 virtual bool isValid() const override { return SVGTests::isValid(); }

Completed in 223 milliseconds

12