Searched refs:FileExceptionMax (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFileException.h48 static const int FileExceptionMax = 1199; member in class:WebCore::FileException
/external/webkit/Source/WebCore/dom/
H A DExceptionCode.cpp316 } else if (code >= FileException::FileExceptionOffset && code <= FileException::FileExceptionMax) {

Completed in 256 milliseconds