Home
last modified time | relevance | path

Searched refs:SVGExceptionOffset (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
DSVGException.h38 static const int SVGExceptionOffset = 300; variable
42 SVG_WRONG_TYPE_ERR = SVGExceptionOffset,
43 SVG_INVALID_VALUE_ERR = SVGExceptionOffset + 1,
44 SVG_MATRIX_NOT_INVERTABLE = SVGExceptionOffset + 2
/external/webkit/WebCore/dom/
DExceptionCode.cpp141 } else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::SVGExceptionMax) { in getExceptionCodeDescription()
144 code -= SVGException::SVGExceptionOffset; in getExceptionCodeDescription()
/external/webkit/WebCore/
DChangeLog-2006-12-3127403 extensions (Range, XPath, etc.) by adding SVGExceptionOffset