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

  /external/webkit/WebCore/dom/
RangeException.h 40 static const int RangeExceptionMax = 299;
ExceptionCode.cpp 160 if (code >= RangeException::RangeExceptionOffset && code <= RangeException::RangeExceptionMax) {

Completed in 139 milliseconds