Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionBackend.cpp359 , m_lockAcquired(false) in SQLTransactionBackend()
394 if (m_lockAcquired) in doCleanup()
543 m_lockAcquired = true; in lockAcquired()
550 ASSERT(m_lockAcquired); in openTransactionAndPreflight()
614 ASSERT(m_lockAcquired); in runStatements()
706 ASSERT(m_lockAcquired); in postflightAndCommit()
751 ASSERT(m_lockAcquired); in cleanupAndTerminate()
776 ASSERT(m_lockAcquired); in cleanupAfterTransactionErrorCallback()
DSQLTransactionBackend.h122 bool m_lockAcquired; variable