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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl 41 const unsigned short QUOTA_ERR = 4;
SQLStatementBackend.cpp 225 database->reportExecuteStatementResult(8, SQLError::QUOTA_ERR, 0);
226 m_error = SQLErrorData::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");
237 return m_error && m_error->code() == SQLError::QUOTA_ERR;
SQLError.h 81 QUOTA_ERR = 4,

Completed in 58 milliseconds