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

/external/webkit/WebCore/svg/
H A DSVGException.h31 class SVGException : public ExceptionBase { class in namespace:WebCore
33 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description)
35 return adoptRef(new SVGException(description));
48 SVGException(const ExceptionCodeDescription& description) function in class:WebCore::SVGException

Completed in 40 milliseconds