Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp187 class TransactionErrorCallback : public SQLTransactionErrorCallback { class
189 …static PassRefPtr<TransactionErrorCallback> create(int transactionId, PassRefPtr<InspectorDatabase… in create()
191 return adoptRef(new TransactionErrorCallback(transactionId, frontendProvider)); in create()
194 virtual ~TransactionErrorCallback() { } in ~TransactionErrorCallback()
202TransactionErrorCallback(int transactionId, PassRefPtr<InspectorDatabaseAgent::FrontendProvider> f… in TransactionErrorCallback() function in WebCore::__anon4351f7540111::TransactionErrorCallback
326 …RefPtr<SQLTransactionErrorCallback> errorCallback(TransactionErrorCallback::create(*transactionId,… in executeSQL()