/external/webkit/Source/WebCore/storage/ |
SQLStatementCallback.h | 40 class SQLStatementCallback : public ThreadSafeRefCounted<SQLStatementCallback> { 42 virtual ~SQLStatementCallback() { }
|
SQLStatement.h | 44 class SQLStatementCallback; 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); 72 SQLCallbackWrapper<SQLStatementCallback> m_statementCallbackWrapper;
|
SQLStatementCallback.idl | 33 ] SQLStatementCallback {
|
SQLTransaction.h | 45 class SQLStatementCallback; 70 PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, ExceptionCode&);
|
SQLStatement.cpp | 38 #include "SQLStatementCallback.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) 169 RefPtr<SQLStatementCallback> callback = m_statementCallbackWrapper.unwrap();
|
SQLTransaction.idl | 36 [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
|
SQLTransaction.cpp | 43 #include "SQLStatementCallback.h" 90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> callbackError, ExceptionCode& e) 323 // SQLStatementCallback objects, then we can burn through the queue
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDatabaseAgent.cpp | 43 #include "SQLStatementCallback.h" 90 class StatementCallback : public SQLStatementCallback { 171 RefPtr<SQLStatementCallback> callback(StatementCallback::create(m_transactionId, m_frontendProvider));
|
/external/webkit/Source/WebCore/bindings/js/ |
JSSQLTransactionCustom.cpp | 90 RefPtr<SQLStatementCallback> callback;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SQLTransactionCustom.cpp | 97 RefPtr<SQLStatementCallback> callback;
|
/external/webkit/Source/WebCore/ |
DerivedSources.make | 350 SQLStatementCallback \
|
CodeGenerators.pri | 372 storage/SQLStatementCallback.idl \
|
CMakeLists.txt | 374 storage/SQLStatementCallback.idl [all...] |
WebCore.gypi | [all...] |
GNUmakefile.list.am | [all...] |
GNUmakefile.am | [all...] |
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
project.pbxproj | [all...] |