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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDatabaseAgent.cpp53 typedef WebCore::InspectorBackendDispatcher::DatabaseCommandHandler::ExecuteSQLCallback ExecuteSQLCallback; typedef
63 void reportTransactionFailed(ExecuteSQLCallback* requestCallback, SQLError* error)
73 static PassOwnPtr<StatementCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
104 StatementCallback(PassRefPtr<ExecuteSQLCallback> requestCallback)
106 RefPtr<ExecuteSQLCallback> m_requestCallback;
111 static PassOwnPtr<StatementErrorCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
125 StatementErrorCallback(PassRefPtr<ExecuteSQLCallback> requestCallback)
127 RefPtr<ExecuteSQLCallback> m_requestCallback;
132 static PassOwnPtr<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>);

Completed in 64 milliseconds