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