HomeSort by relevance Sort by last modified time
    Searched refs:performPostflight (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/storage/
ChangeVersionWrapper.h 46 virtual bool performPostflight(SQLTransaction*);
ChangeVersionWrapper.cpp 66 bool ChangeVersionWrapper::performPostflight(SQLTransaction* transaction)
SQLTransaction.h 57 virtual bool performPostflight(SQLTransaction*) = 0;
SQLTransaction.cpp 451 if (m_wrapper && !m_wrapper->performPostflight(this)) {

Completed in 42 milliseconds