Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DChangeVersionWrapper.h42 virtual bool performPreflight(SQLTransactionBackend*);
DChangeVersionWrapper.cpp44 bool ChangeVersionWrapper::performPreflight(SQLTransactionBackend* transaction) in performPreflight() function in WebCore::ChangeVersionWrapper
DSQLTransactionBackend.h53 virtual bool performPreflight(SQLTransactionBackend*) = 0;
DSQLTransactionBackend.cpp592 if (m_wrapper && !m_wrapper->performPreflight(this)) { in openTransactionAndPreflight()