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

/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
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 DDatabaseBackendBase.h93 friend class SQLStatementSync;
H A DSQLTransactionBackendSync.cpp42 #include "SQLStatementSync.h"
100 SQLStatementSync statement(sqlStatement, arguments, permissions);

Completed in 127 milliseconds