OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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