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