Searched refs:ExecuteSQLCallback (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDatabaseAgent.cpp54 typedef Inspector::InspectorDatabaseBackendDispatcherHandler::ExecuteSQLCallback ExecuteSQLCallback; typedef
62 void reportTransactionFailed(ExecuteSQLCallback* requestCallback, SQLError* error)
72 static PassRefPtr<StatementCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
103 StatementCallback(PassRefPtr<ExecuteSQLCallback> requestCallback)
105 RefPtr<ExecuteSQLCallback> m_requestCallback;
110 static PassRefPtr<StatementErrorCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
124 StatementErrorCallback(PassRefPtr<ExecuteSQLCallback> requestCallback)
126 RefPtr<ExecuteSQLCallback> m_requestCallback;
131 static PassRefPtr<TransactionCallback> create(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallbac
[all...]
H A DInspectorDatabaseAgent.h67 virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>) override;

Completed in 122 milliseconds