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

  /external/webkit/Source/WebCore/storage/
SQLStatement.h 53 bool lastExecutionFailedDueToQuota() const;
SQLStatement.cpp 191 if (lastExecutionFailedDueToQuota())
195 bool SQLStatement::lastExecutionFailedDueToQuota() const
SQLTransaction.cpp 338 if (m_currentStatement && m_currentStatement->lastExecutionFailedDueToQuota()) {
389 if (m_currentStatement->lastExecutionFailedDueToQuota()) {

Completed in 32 milliseconds