Home
last modified time | relevance | path

Searched refs:OnSqliteError (Results 1 – 3 of 3) sorted by relevance

/external/chromium/app/sql/
Dconnection.cc337 OnSqliteError(err, NULL); in OpenInternal()
415 int Connection::OnSqliteError(int err, sql::Statement *stmt) { in OnSqliteError() function in sql::Connection
Dconnection.h343 int OnSqliteError(int err, Statement* stmt);
Dstatement.cc270 return ref_->connection()->OnSqliteError(err, this); in CheckError()