OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XPathExceptionMax
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/xml/
XPathException.h
46
static const int
XPathExceptionMax
= 499;
/external/webkit/Source/WebCore/dom/
ExceptionCode.cpp
285
} else if (code >= XPathException::XPathExceptionOffset && code <= XPathException::
XPathExceptionMax
) {
Completed in 211 milliseconds