Home
last modified time | relevance | path

Searched defs:sqlStatement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSSQLTransactionSyncCustom.cpp51 String sqlStatement = ustringToString(exec->argument(0).toString(exec)); in executeSql() local
DJSSQLTransactionCustom.cpp52 String sqlStatement = ustringToString(exec->argument(0).toString(exec)); in executeSql() local
/external/webkit/Source/WebCore/storage/
DSQLTransactionSync.cpp74 PassRefPtr<SQLResultSet> SQLTransactionSync::executeSQL(const String& sqlStatement, const Vector<SQ… in executeSQL()
DSQLTransaction.cpp90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, Pass… in executeSQL()
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp158 …static PassRefPtr<TransactionCallback> create(const String& sqlStatement, int transactionId, PassR… in create()
178 …TransactionCallback(const String& sqlStatement, int transactionId, PassRefPtr<InspectorDatabaseAge… in TransactionCallback()