HomeSort by relevance Sort by last modified time
    Searched refs:EventExceptionMax (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
EventException.h 44 static const int EventExceptionMax = 199;
ExceptionCode.cpp 267 } else if (code >= EventException::EventExceptionOffset && code <= EventException::EventExceptionMax) {

Completed in 174 milliseconds