Home
last modified time | relevance | path

Searched refs:EventExceptionMax (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DEventException.h44 static const int EventExceptionMax = 199; variable
DExceptionCode.cpp267 …se if (code >= EventException::EventExceptionOffset && code <= EventException::EventExceptionMax) { in getExceptionCodeDescription()