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

  /external/chromium/app/sql/
connection.cc 157 Statement begin(GetCachedStatement(SQL_FROM_HERE, "BEGIN TRANSACTION"));
199 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT"));
224 scoped_refptr<Connection::StatementRef> Connection::GetCachedStatement(
386 Statement rollback(GetCachedStatement(SQL_FROM_HERE, "ROLLBACK"));
  /external/chromium_org/sql/
connection.cc 552 Statement begin(GetCachedStatement(SQL_FROM_HERE, "BEGIN TRANSACTION"));
594 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT"));
670 scoped_refptr<Connection::StatementRef> Connection::GetCachedStatement(
966 Statement rollback(GetCachedStatement(SQL_FROM_HERE, "ROLLBACK"));
    [all...]

Completed in 5001 milliseconds