Home
last modified time | relevance | path

Searched defs:currentStatement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionBackend.cpp437 AbstractSQLStatement* SQLTransactionBackend::currentStatement() in currentStatement() function in WebCore::SQLTransactionBackend
DSQLTransaction.cpp205 SQLStatement* currentStatement = static_cast<SQLStatement*>(currentAbstractStatement); in deliverStatementCallback() local