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

  /external/webkit/Source/WebCore/storage/
SQLException.h 48 static const int SQLExceptionMax = 1099;
  /external/webkit/Source/WebCore/dom/
ExceptionCode.cpp 306 } else if (code >= SQLException::SQLExceptionOffset && code <= SQLException::SQLExceptionMax) {

Completed in 32 milliseconds