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

  /external/webkit/Source/WebCore/storage/
SQLError.idl 44 const unsigned short QUOTA_ERR = 4;
SQLException.idl 46 const unsigned short QUOTA_ERR = 4;
SQLException.h 55 QUOTA_ERR = SQLExceptionOffset + 4,
SQLError.h 51 QUOTA_ERR = 4,
SQLStatementSync.cpp 75 ec = SQLException::QUOTA_ERR;
113 ec = SQLException::QUOTA_ERR;
SQLStatement.cpp 186 m_error = SQLError::create(SQLError::QUOTA_ERR, "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space");
197 return m_error && m_error->code() == SQLError::QUOTA_ERR;
SQLTransactionSync.cpp 108 if (ec == SQLException::QUOTA_ERR) {
  /external/webkit/LayoutTests/storage/
sql-error-codes.js 79 }, "QUOTA_ERR");

Completed in 227 milliseconds