Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRangeException.h39 static const int RangeExceptionOffset = 200; variable
43 BAD_BOUNDARYPOINTS_ERR = RangeExceptionOffset + 1,
DExceptionCode.cpp259 if (code >= RangeException::RangeExceptionOffset && code <= RangeException::RangeExceptionMax) { in getExceptionCodeDescription()
262 code -= RangeException::RangeExceptionOffset; in getExceptionCodeDescription()