Searched refs:performPostflight (Results 1 – 4 of 4) sorted by relevance
43 virtual bool performPostflight(SQLTransactionBackend*);
68 bool ChangeVersionWrapper::performPostflight(SQLTransactionBackend* transaction) in performPostflight() function in WebCore::ChangeVersionWrapper
54 virtual bool performPostflight(SQLTransactionBackend*) = 0;
709 if (m_wrapper && !m_wrapper->performPostflight(this)) { in postflightAndCommit()