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

/external/webkit/Source/WebCore/svg/
H A DSVGException.h30 class SVGException : public ExceptionBase { class in namespace:WebCore
32 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description)
34 return adoptRef(new SVGException(description));
47 SVGException(const ExceptionCodeDescription& description) function in class:WebCore::SVGException

Completed in 52 milliseconds