Searched defs:SVGTransformable (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGTransformable.h36 class SVGTransformable : virtual public SVGLocatable { class in namespace:WebCore
43 virtual ~SVGTransformable();
H A DSVGTransformable.cpp25 #include "SVGTransformable.h"
93 SVGTransformable::~SVGTransformable()
97 bool SVGTransformable::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform)
173 bool SVGTransformable::parseTransformAttribute(SVGTransformList& list, const AtomicString& transform)
179 bool SVGTransformable::parseTransformAttribute(SVGTransformList& list, const UChar*& currTransform, const UChar* end, TransformParsingMode mode)
209 bool SVGTransformable::isKnownAttribute(const QualifiedName& attrName)

Completed in 64 milliseconds