Home
last modified time | relevance | path

Searched refs:StatementRefDeleted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sql/
Dconnection.h520 void StatementRefDeleted(StatementRef* ref);
Dconnection.cc188 connection_->StatementRefDeleted(this); in ~StatementRef()
1025 void Connection::StatementRefDeleted(StatementRef* ref) { in StatementRefDeleted() function in sql::Connection