Searched refs:SQLStatementSync (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.h47 class SQLStatementSync { class in namespace:WebCore
49 SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions);
H A DSQLStatementSync.cpp31 #include "SQLStatementSync.h"
46 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions) function in class:WebCore::SQLStatementSync
54 PassRefPtr<SQLResultSet> SQLStatementSync::execute(DatabaseSync* db, ExceptionCode& ec)
H A DSQLTransactionSync.cpp41 #include "SQLStatementSync.h"
96 SQLStatementSync statement(sqlStatement, arguments, permissions);
/external/webkit/Source/WebCore/
H A DAndroid.mk1046 storage/SQLStatementSync.cpp \

Completed in 76 milliseconds