Home
last modified time | relevance | path

Searched refs:lastExecutionFailedDueToQuota (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/storage/
DSQLStatement.cpp194 if (lastExecutionFailedDueToQuota()) in clearFailureDueToQuota()
198 bool SQLStatement::lastExecutionFailedDueToQuota() const in lastExecutionFailedDueToQuota() function in WebCore::SQLStatement
DSQLStatement.h57 bool lastExecutionFailedDueToQuota() const;
DSQLTransaction.cpp289 if (m_currentStatement && m_currentStatement->lastExecutionFailedDueToQuota()) { in runStatements()
344 if (m_currentStatement->lastExecutionFailedDueToQuota()) { in runCurrentStatement()
/external/webkit/WebCore/
DChangeLog-2008-08-1067856 (WebCore::SQLStatement::lastExecutionFailedDueToQuota):
67880 (WebCore::SQLStatement::lastExecutionFailedDueToQuota):