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

/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLResultSet.h50 void setInsertId(int64_t);
H A DSQLResultSet.cpp67 void SQLResultSet::setInsertId(int64_t id) function in class:WebCore::SQLResultSet
H A DSQLStatementSync.cpp115 resultSet->setInsertId(database->lastInsertRowID());
H A DSQLStatementBackend.cpp185 resultSet->setInsertId(database->lastInsertRowID());

Completed in 90 milliseconds