HomeSort by relevance Sort by last modified time
    Searched refs:OnSqliteError (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sql/
connection.h 401 // error-handling at the end of OnSqliteError(). Expose to allow
532 int OnSqliteError(int err, Statement* stmt, const char* sql);
connection.cc 670 error = OnSqliteError(error, NULL, sql);
731 OnSqliteError(rc, NULL, sql);
893 OnSqliteError(err, NULL, "-- sqlite3_open()");
    [all...]
statement.cc 322 // Please don't add DCHECKs here, OnSqliteError() already has them.
325 return ref_->connection()->OnSqliteError(err, this, NULL);

Completed in 548 milliseconds