Searched refs:performPreflight (Results 1 – 4 of 4) sorted by relevance
42 virtual bool performPreflight(SQLTransactionBackend*);
44 bool ChangeVersionWrapper::performPreflight(SQLTransactionBackend* transaction) in performPreflight() function in WebCore::ChangeVersionWrapper
53 virtual bool performPreflight(SQLTransactionBackend*) = 0;
592 if (m_wrapper && !m_wrapper->performPreflight(this)) { in openTransactionAndPreflight()