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

  /external/chromium/app/sql/
connection_unittest.cc 91 TEST_F(SQLConnectionTest, GetLastInsertRowId) {
97 int64 row = db().GetLastInsertRowId();
connection.h 255 int64 GetLastInsertRowId() const;
connection.cc 290 int64 Connection::GetLastInsertRowId() const {
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.cc 62 *id = connection->GetLastInsertRowId();