HomeSort by relevance Sort by last modified time
    Searched refs:SVGExceptionOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGException.h 38 static const int SVGExceptionOffset = 300;
42 SVG_WRONG_TYPE_ERR = SVGExceptionOffset,
43 SVG_INVALID_VALUE_ERR = SVGExceptionOffset + 1,
44 SVG_MATRIX_NOT_INVERTABLE = SVGExceptionOffset + 2
  /external/webkit/WebCore/dom/
ExceptionCode.cpp 197 } else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::SVGExceptionMax) {
200 code -= SVGException::SVGExceptionOffset;

Completed in 264 milliseconds