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

  /external/webkit/WebCore/svg/
SVGException.h 39 static const int SVGExceptionMax = 399;
  /external/webkit/WebCore/dom/
ExceptionCode.cpp 197 } else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::SVGExceptionMax) {

Completed in 457 milliseconds