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

  /external/webkit/Source/WebCore/storage/
SQLStatementErrorCallback.h 41 class SQLStatementErrorCallback : public ThreadSafeRefCounted<SQLStatementErrorCallback> {
43 virtual ~SQLStatementErrorCallback() { }
SQLStatementErrorCallback.idl 33 ] SQLStatementErrorCallback {
SQLStatement.h 45 class SQLStatementErrorCallback;
50 static PassRefPtr<SQLStatement> create(Database*, const String&, const Vector<SQLValue>&, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions);
65 SQLStatement(Database*, const String& statement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions);
73 SQLCallbackWrapper<SQLStatementErrorCallback> m_statementErrorCallbackWrapper;
SQLTransaction.idl 36 [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
SQLTransaction.h 46 class SQLStatementErrorCallback;
70 PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, ExceptionCode&);
SQLStatement.cpp 39 #include "SQLStatementErrorCallback.h"
46 PassRefPtr<SQLStatement> SQLStatement::create(Database* database, const String& statement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> errorCallback, int permissions)
51 SQLStatement::SQLStatement(Database* database, const String& statement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> errorCallback, int permissions)
170 RefPtr<SQLStatementErrorCallback> errorCallback = m_statementErrorCallbackWrapper.unwrap();
SQLTransaction.cpp 44 #include "SQLStatementErrorCallback.h"
90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> callbackError, ExceptionCode& e)
  /external/webkit/Source/WebCore/bindings/js/
JSSQLTransactionCustom.cpp 101 RefPtr<SQLStatementErrorCallback> errorCallback;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SQLTransactionCustom.cpp 104 RefPtr<SQLStatementErrorCallback> errorCallback;
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseAgent.cpp 44 #include "SQLStatementErrorCallback.h"
133 class StatementErrorCallback : public SQLStatementErrorCallback {
172 RefPtr<SQLStatementErrorCallback> errorCallback(StatementErrorCallback::create(m_transactionId, m_frontendProvider));

Completed in 216 milliseconds