Home
last modified time | relevance | path

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

/external/webkit/WebCore/xml/
DXPathException.h45 static const int XPathExceptionOffset = 400; variable
49 INVALID_EXPRESSION_ERR = XPathExceptionOffset + 51,
/external/webkit/WebCore/dom/
DExceptionCode.cpp131 …} else if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionM… in getExceptionCodeDescription()
134 code -= XPathException::XPathExceptionOffset; in getExceptionCodeDescription()