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

  /external/webkit/WebCore/storage/
SQLStatement.h 57 bool lastExecutionFailedDueToQuota() const;
SQLStatement.cpp 194 if (lastExecutionFailedDueToQuota())
198 bool SQLStatement::lastExecutionFailedDueToQuota() const
SQLTransaction.cpp 329 if (m_currentStatement && m_currentStatement->lastExecutionFailedDueToQuota()) {
381 if (m_currentStatement->lastExecutionFailedDueToQuota()) {

Completed in 1315 milliseconds