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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.h 47 class SQLStatementSync {
49 SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions);
SQLStatementSync.cpp 31 #include "modules/webdatabase/SQLStatementSync.h"
45 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions)
53 PassRefPtrWillBeRawPtr<SQLResultSet> SQLStatementSync::execute(DatabaseSync* db, ExceptionState& exceptionState)

Completed in 41 milliseconds