Searched defs:sqlStatement (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSSQLTransactionSyncCustom.cpp52 String sqlStatement = exec->uncheckedArgument(0).toString(exec)->value(exec); local
H A DJSSQLTransactionCustom.cpp53 String sqlStatement = exec->argument(0).toString(exec)->value(exec); local
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLTransactionBackendSync.cpp73 PassRefPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionCode& ec) argument
H A DSQLTransaction.cpp251 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback> callback, PassRefPtr<SQLStatementErrorCallback> callbackError, ExceptionCode& e) argument
265 m_backend->executeSQL(WTF::move(statement), sqlStatement, arguments, permissions); local
H A DSQLTransactionBackend.cpp529 executeSQL(std::unique_ptr<AbstractSQLStatement> statement, const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDatabaseAgent.cpp131 static PassRefPtr<TransactionCallback> create(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback) argument
150 TransactionCallback(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback) argument

Completed in 128 milliseconds