Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DChangeVersionWrapper.h43 virtual bool performPostflight(SQLTransactionBackend*);
DChangeVersionWrapper.cpp68 bool ChangeVersionWrapper::performPostflight(SQLTransactionBackend* transaction) in performPostflight() function in WebCore::ChangeVersionWrapper
DSQLTransactionBackend.h54 virtual bool performPostflight(SQLTransactionBackend*) = 0;
DSQLTransactionBackend.cpp709 if (m_wrapper && !m_wrapper->performPostflight(this)) { in postflightAndCommit()