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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.h 53 bool lastExecutionFailedDueToQuota() const;
SQLStatementBackend.cpp 231 if (lastExecutionFailedDueToQuota())
235 bool SQLStatementBackend::lastExecutionFailedDueToQuota() const
SQLTransactionBackend.cpp 644 if (m_currentStatementBackend && m_currentStatementBackend->lastExecutionFailedDueToQuota()) {
    [all...]

Completed in 92 milliseconds