HomeSort by relevance Sort by last modified time
    Searched refs:SVGTests (Results 26 - 50 of 65) sorted by null

12 3

  /external/webkit/Source/WebCore/svg/
SVGTests.h 34 class SVGTests {
50 SVGTests();
SVGTests.idl 29 interface [Conditional=SVG, ObjCProtocol, OmitConstructor] SVGTests {
SVGDefsElement.h 29 #include "SVGTests.h"
34 public SVGTests,
SVGAElement.h 30 #include "SVGTests.h"
37 public SVGTests,
46 virtual bool isValid() const { return SVGTests::isValid(); }
SVGForeignObjectElement.h 29 #include "SVGTests.h"
35 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); }
SVGImageElement.h 32 #include "SVGTests.h"
38 public SVGTests,
48 virtual bool isValid() const { return SVGTests::isValid(); }
SVGImageElement.idl 30 SVGTests,
SVGMaskElement.h 30 #include "SVGTests.h"
35 public SVGTests,
46 virtual bool isValid() const { return SVGTests::isValid(); }
SVGMaskElement.idl 29 SVGTests,
SVGPatternElement.h 35 #include "SVGTests.h"
44 public SVGTests,
56 virtual bool isValid() const { return SVGTests::isValid(); }
SVGPatternElement.idl 30 SVGTests,
SVGRectElement.idl 30 SVGTests,
SVGTextContentElement.h 31 #include "SVGTests.h"
36 public SVGTests,
66 virtual bool isValid() const { return SVGTests::isValid(); }
SVGUseElement.idl 30 SVGTests,
SVGSwitchElement.cpp 73 SVGTests::synchronizeProperties(this, attrName);
79 else if (SVGTests::isKnownAttribute(attrName))
80 SVGTests::synchronizeProperties(this, attrName);
SVGClipPathElement.cpp 60 if (SVGTests::parseMappedAttribute(attr))
79 || SVGTests::isKnownAttribute(attrName)
93 SVGTests::synchronizeProperties(this, attrName);
101 else if (SVGTests::isKnownAttribute(attrName))
102 SVGTests::synchronizeProperties(this, attrName);
SVGPolyElement.cpp 58 if (SVGTests::parseMappedAttribute(attr))
72 if (SVGTests::handleAttributeChange(this, attrName))
97 SVGTests::synchronizeProperties(this, attrName);
105 else if (SVGTests::isKnownAttribute(attrName))
106 SVGTests::synchronizeProperties(this, attrName);
SVGCircleElement.cpp 65 if (SVGTests::parseMappedAttribute(attr))
86 if (SVGTests::handleAttributeChange(this, attrName))
113 SVGTests::synchronizeProperties(this, attrName);
125 else if (SVGTests::isKnownAttribute(attrName))
126 SVGTests::synchronizeProperties(this, attrName);
SVGCursorElement.cpp 64 if (SVGTests::parseMappedAttribute(attr))
115 || SVGTests::isKnownAttribute(attrName)
135 SVGTests::synchronizeProperties(this, attrName);
147 else if (SVGTests::isKnownAttribute(attrName))
148 SVGTests::synchronizeProperties(this, attrName);
SVGEllipseElement.cpp 71 if (SVGTests::parseMappedAttribute(attr))
93 if (SVGTests::handleAttributeChange(this, attrName))
121 SVGTests::synchronizeProperties(this, attrName);
135 else if (SVGTests::isKnownAttribute(attrName))
136 SVGTests::synchronizeProperties(this, attrName);
SVGForeignObjectElement.cpp 70 if (SVGTests::parseMappedAttribute(attr))
92 if (SVGTests::handleAttributeChange(this, attrName))
116 SVGTests::synchronizeProperties(this, attrName);
130 else if (SVGTests::isKnownAttribute(attrName))
131 SVGTests::synchronizeProperties(this, attrName);
SVGLineElement.cpp 67 if (SVGTests::parseMappedAttribute(attr))
89 if (SVGTests::handleAttributeChange(this, attrName))
117 SVGTests::synchronizeProperties(this, attrName);
131 else if (SVGTests::isKnownAttribute(attrName))
132 SVGTests::synchronizeProperties(this, attrName);
SVGAElement.cpp 83 if (SVGTests::parseMappedAttribute(attr))
131 SVGTests::synchronizeProperties(this, attrName);
141 else if (SVGTests::isKnownAttribute(attrName))
142 SVGTests::synchronizeProperties(this, attrName);
SVGTextContentElement.idl 29 SVGTests,
SVGUseElement.h 30 #include "SVGTests.h"
39 public SVGTests,
56 virtual bool isValid() const { return SVGTests::isValid(); }

Completed in 360 milliseconds

12 3