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

  /external/webkit/Source/WebCore/xml/
XPathException.h 45 static const int XPathExceptionOffset = 400;
49 INVALID_EXPRESSION_ERR = XPathExceptionOffset + 51,
  /external/webkit/Source/WebCore/dom/
ExceptionCode.cpp 285 } else if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionMax) {
288 code -= XPathException::XPathExceptionOffset;

Completed in 215 milliseconds