Searched refs:IDBDatabaseExceptionMax (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseError.h43 ASSERT(code < IDBDatabaseException::IDBDatabaseExceptionMax);
H A DIDBDatabaseException.h43 static const int IDBDatabaseExceptionMax = 1299; member in class:WebCore::IDBDatabaseException
/external/webkit/Source/WebCore/dom/
H A DExceptionCode.cpp326 } else if (code >= IDBDatabaseException::IDBDatabaseExceptionOffset && code <= IDBDatabaseException::IDBDatabaseExceptionMax) {

Completed in 82 milliseconds