Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionStateMachine.h57 int m_nextStateAuditEntry; variable
71 , m_nextStateAuditEntry(0) in SQLTransactionStateMachine()
99 m_stateAuditTrail[m_nextStateAuditEntry] = m_nextState; in runStateMachine()
100 m_nextStateAuditEntry = (m_nextStateAuditEntry + 1) % s_sizeOfStateAuditTrail; in runStateMachine()