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"
38 SQLResultSet::SQLResultSet()
48 void SQLResultSet::trace(Visitor* visitor)
53 int64_t SQLResultSet::insertId(ExceptionState& exceptionState) const
64 int SQLResultSet::rowsAffected() const
69 SQLResultSetRowList* SQLResultSet::rows() const
74 void SQLResultSet::setInsertId(int64_t id)
82 void SQLResultSet::setRowsAffected(int count)
SQLResultSet.h 41 class SQLResultSet : public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<SQLResultSet>, public ScriptWrappable {
43 static PassRefPtrWillBeRawPtr<SQLResultSet> create() { return adoptRefWillBeNoop(new SQLResultSet); }
57 SQLResultSet();

Completed in 346 milliseconds