Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransaction.cpp212 bool shouldRetryCurrentStatement = m_database->transactionClient()->didExceedQuota(database()); in deliverQuotaIncreaseCallback() local
213 m_backend->setShouldRetryCurrentStatement(shouldRetryCurrentStatement); in deliverQuotaIncreaseCallback()