HomeSort by relevance Sort by last modified time
    Searched full:sqlstatementerrorcallback (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/storage/
SQLStatementErrorCallback.h 41 class SQLStatementErrorCallback : public ThreadSafeRefCounted<SQLStatementErrorCallback> {
43 virtual ~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;
SQLStatementErrorCallback.idl 33 ] SQLStatementErrorCallback {
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.idl 36 [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
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/inspector/
InspectorDatabaseAgent.cpp 44 #include "SQLStatementErrorCallback.h"
133 class StatementErrorCallback : public SQLStatementErrorCallback {
172 RefPtr<SQLStatementErrorCallback> errorCallback(StatementErrorCallback::create(m_transactionId, m_frontendProvider));
  /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/
DerivedSources.make 351 SQLStatementErrorCallback \
CodeGenerators.pri 373 storage/SQLStatementErrorCallback.idl \
CMakeLists.txt 375 storage/SQLStatementErrorCallback.idl
    [all...]
WebCore.gypi     [all...]
GNUmakefile.list.am     [all...]
GNUmakefile.am     [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]

Completed in 1547 milliseconds