StatementRef 176 sql/connection.cc Connection::StatementRef::StatementRef(Connection* connection, StatementRef 186 sql/connection.cc Connection::StatementRef::~StatementRef() { StatementRef 192 sql/connection.cc void Connection::StatementRef::Close(bool forced) { StatementRef 696 sql/connection.cc scoped_refptr<Connection::StatementRef> Connection::GetCachedStatement( StatementRef 710 sql/connection.cc scoped_refptr<StatementRef> statement = GetUniqueStatement(sql); StatementRef 716 sql/connection.cc scoped_refptr<Connection::StatementRef> Connection::GetUniqueStatement( StatementRef 722 sql/connection.cc return new StatementRef(NULL, NULL, poisoned_); StatementRef 732 sql/connection.cc return new StatementRef(NULL, NULL, false); StatementRef 734 sql/connection.cc return new StatementRef(this, stmt, true); StatementRef 737 sql/connection.cc scoped_refptr<Connection::StatementRef> Connection::GetUntrackedStatement( StatementRef 741 sql/connection.cc return new StatementRef(NULL, NULL, poisoned_); StatementRef 748 sql/connection.cc return new StatementRef(NULL, NULL, false); StatementRef 750 sql/connection.cc return new StatementRef(NULL, stmt, true); StatementRef 1020 sql/connection.cc void Connection::StatementRefCreated(StatementRef* ref) { StatementRef 1025 sql/connection.cc void Connection::StatementRefDeleted(StatementRef* ref) { StatementRef 84 sql/connection.h class StatementRef; // Forward declaration, see real one below. StatementRef 348 sql/connection.h scoped_refptr<StatementRef> GetCachedStatement(const StatementID& id, StatementRef 360 sql/connection.h scoped_refptr<StatementRef> GetUniqueStatement(const char* sql); StatementRef 462 sql/connection.h class SQL_EXPORT StatementRef : public base::RefCounted<StatementRef> { StatementRef 472 sql/connection.h StatementRef(Connection* connection, sqlite3_stmt* stmt, bool was_valid); StatementRef 501 sql/connection.h friend class base::RefCounted<StatementRef>; StatementRef 503 sql/connection.h ~StatementRef(); StatementRef 509 sql/connection.h DISALLOW_COPY_AND_ASSIGN(StatementRef); StatementRef 511 sql/connection.h friend class StatementRef; StatementRef 519 sql/connection.h void StatementRefCreated(StatementRef* ref); StatementRef 520 sql/connection.h void StatementRefDeleted(StatementRef* ref); StatementRef 544 sql/connection.h scoped_refptr<StatementRef> GetUntrackedStatement(const char* sql) const; StatementRef 563 sql/connection.h typedef std::map<StatementID, scoped_refptr<StatementRef> > StatementRef 570 sql/connection.h typedef std::set<StatementRef*> StatementRefSet; StatementRef 18 sql/statement.cc : ref_(new Connection::StatementRef(NULL, NULL, false)), StatementRef 23 sql/statement.cc Statement::Statement(scoped_refptr<Connection::StatementRef> ref) StatementRef 36 sql/statement.cc void Statement::Assign(scoped_refptr<Connection::StatementRef> ref) { StatementRef 42 sql/statement.cc Assign(new Connection::StatementRef(NULL, NULL, false)); StatementRef 50 sql/statement.h explicit Statement(scoped_refptr<Connection::StatementRef> ref); StatementRef 55 sql/statement.h void Assign(scoped_refptr<Connection::StatementRef> ref); StatementRef 179 sql/statement.h scoped_refptr<Connection::StatementRef> ref_;