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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.cpp 30 #include "modules/webdatabase/SQLResultSet.h"
39 SQLResultSet::SQLResultSet()
48 int64_t SQLResultSet::insertId(ExceptionState& es) const
59 int SQLResultSet::rowsAffected() const
64 SQLResultSetRowList* SQLResultSet::rows() const
69 void SQLResultSet::setInsertId(int64_t id)
77 void SQLResultSet::setRowsAffected(int count)
SQLResultSet.h 41 class SQLResultSet : public ThreadSafeRefCounted<SQLResultSet>, public ScriptWrappable {
43 static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
55 SQLResultSet();

Completed in 87 milliseconds