Searched refs:OnSqliteError (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/sql/ |
D | connection.cc | 670 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
|
D | connection.h | 532 int OnSqliteError(int err, Statement* stmt, const char* sql);
|
D | statement.cc | 325 return ref_->connection()->OnSqliteError(err, this, NULL); in CheckError()
|