Home
last modified time | relevance | path

Searched refs:XPathExceptionMax (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathException.h46 static const int XPathExceptionMax = 499; variable
/external/webkit/Source/WebCore/dom/
DExceptionCode.cpp285 …se if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionMax) { in getExceptionCodeDescription()