Home
last modified time | relevance | path

Searched refs:SVGException (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebCore/svg/
DSVGException.h31 class SVGException : public ExceptionBase {
33 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description) in create()
35 return adoptRef(new SVGException(description)); in create()
48 SVGException(const ExceptionCodeDescription& description) in SVGException() function
DSVGPointList.idl34 raises(DOMException, SVGException);
38 raises(DOMException, SVGException);
40 raises(DOMException, SVGException);
44 raises(DOMException, SVGException);
DSVGLengthList.idl35 raises(DOMException, SVGException);
39 raises(DOMException, SVGException);
41 raises(DOMException, SVGException);
45 raises(DOMException, SVGException);
DSVGStringList.idl34 raises(core::DOMException, SVGException);
38 raises(core::DOMException, SVGException);
40 raises(core::DOMException, SVGException);
44 raises(core::DOMException, SVGException);
DSVGNumberList.idl35 raises(DOMException, SVGException);
39 raises(DOMException, SVGException);
41 raises(DOMException, SVGException);
45 raises(DOMException, SVGException);
DSVGPathSegList.idl35 raises(DOMException, SVGException);
39 raises(DOMException, SVGException);
41 raises(DOMException, SVGException);
45 raises(DOMException, SVGException);
DSVGTransformList.idl35 raises(DOMException, SVGException);
39 raises(DOMException, SVGException);
41 raises(DOMException, SVGException);
45 raises(DOMException, SVGException);
DSVGColor.idl38 raises(SVGException);
41 raises(SVGException);
45 raises(SVGException);
DSVGMatrix.idl39 raises(SVGException);
45 raises(SVGException);
DSVGColor.cpp76 ec = SVGException::SVG_INVALID_VALUE_ERR; in setRGBColor()
DSVGException.idl26 ] SVGException {
DSVGLocatable.cpp126 ec = SVGException::SVG_MATRIX_NOT_INVERTABLE; in getTransformToElement()
DSVGLocatable.idl37 raises(SVGException);
DSVGPaint.idl49 raises(SVGException);
/external/webkit/WebCore/dom/
DExceptionCode.cpp141 } else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::SVGExceptionMax) { in getExceptionCodeDescription()
144 code -= SVGException::SVGExceptionOffset; in getExceptionCodeDescription()
147 nameTableOffset = SVGException::SVG_WRONG_TYPE_ERR; in getExceptionCodeDescription()
/external/webkit/WebCore/bindings/js/
DJSSVGMatrixCustom.cpp38 setDOMException(exec, SVGException::SVG_MATRIX_NOT_INVERTABLE); in inverse()
53 setDOMException(exec, SVGException::SVG_INVALID_VALUE_ERR); in rotateFromVector()
DJSDOMBinding.cpp477 errorObject = toJS(exec, globalObject, SVGException::create(description).get(), 0); in setDOMException()
/external/webkit/WebCore/bindings/v8/custom/
DV8SVGMatrixCustom.cpp54 ec = SVGException::SVG_MATRIX_NOT_INVERTABLE; in CALLBACK_FUNC_DECL()
74 ec = SVGException::SVG_INVALID_VALUE_ERR; in CALLBACK_FUNC_DECL()
/external/webkit/WebCore/bindings/v8/
DV8Index.h500 V(SVGEXCEPTION, SVGException) \
DV8Proxy.cpp1117 …exception = V8DOMWrapper::convertToV8Object(V8ClassIndex::SVGEXCEPTION, SVGException::create(descr… in isEnabled()
/external/webkit/WebCore/
DDerivedSources.make249 SVGException \
DWebCore.gypi223 'svg/SVGException.idl',
3110 'svg/SVGException.h',
DGNUmakefile.am2566 WebCore/svg/SVGException.idl \
2803 WebCore/svg/SVGException.h \
DWebCore.pro486 svg/SVGException.idl \
/external/webkit/WebCore/page/
DDOMWindow.idl515 attribute SVGExceptionConstructor SVGException;

12