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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.h 93 SQLTransactionState deliverTransactionErrorCallback();
SQLTransaction.cpp 117 &SQLTransaction::deliverTransactionErrorCallback, // 9.
143 return SQLTransactionState::DeliverTransactionErrorCallback;
166 nextState = SQLTransactionState::DeliverTransactionErrorCallback;
172 SQLTransactionState SQLTransaction::deliverTransactionErrorCallback()
294 || m_nextState == SQLTransactionState::DeliverTransactionErrorCallback

Completed in 617 milliseconds