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

/external/chromium_org/sql/
H A Dconnection.cc670 error = OnSqliteError(error, NULL, sql);
731 OnSqliteError(rc, NULL, sql);
893 OnSqliteError(err, NULL, "-- sqlite3_open()");
1051 int Connection::OnSqliteError(int err, sql::Statement *stmt, const char* sql) { function in class:sql::Connection
H A Dconnection.h401 // error-handling at the end of OnSqliteError(). Expose to allow
532 int OnSqliteError(int err, Statement* stmt, const char* sql);
H A Dstatement.cc322 // Please don't add DCHECKs here, OnSqliteError() already has them.
325 return ref_->connection()->OnSqliteError(err, this, NULL);

Completed in 1473 milliseconds