Searched refs:SVGException (Results 1 – 25 of 32) sorted by relevance
12
/external/webkit/WebCore/svg/ |
D | SVGException.h | 31 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
|
D | SVGPointList.idl | 34 raises(DOMException, SVGException); 38 raises(DOMException, SVGException); 40 raises(DOMException, SVGException); 44 raises(DOMException, SVGException);
|
D | SVGLengthList.idl | 35 raises(DOMException, SVGException); 39 raises(DOMException, SVGException); 41 raises(DOMException, SVGException); 45 raises(DOMException, SVGException);
|
D | SVGStringList.idl | 34 raises(core::DOMException, SVGException); 38 raises(core::DOMException, SVGException); 40 raises(core::DOMException, SVGException); 44 raises(core::DOMException, SVGException);
|
D | SVGNumberList.idl | 35 raises(DOMException, SVGException); 39 raises(DOMException, SVGException); 41 raises(DOMException, SVGException); 45 raises(DOMException, SVGException);
|
D | SVGPathSegList.idl | 35 raises(DOMException, SVGException); 39 raises(DOMException, SVGException); 41 raises(DOMException, SVGException); 45 raises(DOMException, SVGException);
|
D | SVGTransformList.idl | 35 raises(DOMException, SVGException); 39 raises(DOMException, SVGException); 41 raises(DOMException, SVGException); 45 raises(DOMException, SVGException);
|
D | SVGColor.idl | 38 raises(SVGException); 41 raises(SVGException); 45 raises(SVGException);
|
D | SVGMatrix.idl | 39 raises(SVGException); 45 raises(SVGException);
|
D | SVGColor.cpp | 76 ec = SVGException::SVG_INVALID_VALUE_ERR; in setRGBColor()
|
D | SVGException.idl | 26 ] SVGException {
|
D | SVGLocatable.cpp | 126 ec = SVGException::SVG_MATRIX_NOT_INVERTABLE; in getTransformToElement()
|
D | SVGLocatable.idl | 37 raises(SVGException);
|
D | SVGPaint.idl | 49 raises(SVGException);
|
/external/webkit/WebCore/dom/ |
D | ExceptionCode.cpp | 141 } 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/ |
D | JSSVGMatrixCustom.cpp | 38 setDOMException(exec, SVGException::SVG_MATRIX_NOT_INVERTABLE); in inverse() 53 setDOMException(exec, SVGException::SVG_INVALID_VALUE_ERR); in rotateFromVector()
|
D | JSDOMBinding.cpp | 477 errorObject = toJS(exec, globalObject, SVGException::create(description).get(), 0); in setDOMException()
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8SVGMatrixCustom.cpp | 54 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/ |
D | V8Index.h | 500 V(SVGEXCEPTION, SVGException) \
|
D | V8Proxy.cpp | 1117 …exception = V8DOMWrapper::convertToV8Object(V8ClassIndex::SVGEXCEPTION, SVGException::create(descr… in isEnabled()
|
/external/webkit/WebCore/ |
D | DerivedSources.make | 249 SVGException \
|
D | WebCore.gypi | 223 'svg/SVGException.idl', 3110 'svg/SVGException.h',
|
D | GNUmakefile.am | 2566 WebCore/svg/SVGException.idl \ 2803 WebCore/svg/SVGException.h \
|
D | WebCore.pro | 486 svg/SVGException.idl \
|
/external/webkit/WebCore/page/ |
D | DOMWindow.idl | 515 attribute SVGExceptionConstructor SVGException;
|
12