Home
last modified time | relevance | path

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

/external/chromium_org/sql/
Dconnection.cc670 error = OnSqliteError(error, NULL, sql); in Execute()
731 OnSqliteError(rc, NULL, sql); in GetUniqueStatement()
893 OnSqliteError(err, NULL, "-- sqlite3_open()"); in OpenInternal()
1051 int Connection::OnSqliteError(int err, sql::Statement *stmt, const char* sql) { in OnSqliteError() function in sql::Connection
Dconnection.h532 int OnSqliteError(int err, Statement* stmt, const char* sql);
Dstatement.cc325 return ref_->connection()->OnSqliteError(err, this, NULL); in CheckError()