HomeSort by relevance Sort by last modified time
    Searched refs:SQLStatementSync (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/storage/
SQLStatementSync.h 47 class SQLStatementSync {
49 SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions);
SQLStatementSync.cpp 31 #include "SQLStatementSync.h"
46 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions)
54 PassRefPtr<SQLResultSet> SQLStatementSync::execute(DatabaseSync* db, ExceptionCode& ec)
SQLTransactionSync.cpp 41 #include "SQLStatementSync.h"
96 SQLStatementSync statement(sqlStatement, arguments, permissions);
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 94 milliseconds