OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGExceptionMax
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGException.h
38
static const int
SVGExceptionMax
= 399;
/external/webkit/Source/WebCore/dom/
ExceptionCode.cpp
296
} else if (code >= SVGException::SVGExceptionOffset && code <= SVGException::
SVGExceptionMax
) {
Completed in 1101 milliseconds