Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/js/
DJSSQLTransactionCustom.cpp52 String sqlStatement = args.at(0).toString(exec); in executeSql() local
/external/webkit/WebCore/storage/
DSQLTransaction.cpp90 void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, Pass… in executeSQL()