Home
last modified time | relevance | path

Searched refs:QUOTA_ERR (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementBackend.cpp221 database->reportExecuteStatementResult(8, SQLError::QUOTA_ERR, 0); in setFailureDueToQuota()
222 …m_error = SQLError::create(SQLError::QUOTA_ERR, "there was not enough remaining storage space, or … in setFailureDueToQuota()
233 return m_error && m_error->code() == SQLError::QUOTA_ERR; in lastExecutionFailedDueToQuota()
DSQLError.h58 QUOTA_ERR = 4, enumerator
DSQLError.idl40 const unsigned short QUOTA_ERR = 4;