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

  /external/chromium/app/sql/
connection.cc 337 OnSqliteError(err, NULL);
415 int Connection::OnSqliteError(int err, sql::Statement *stmt) {
  /external/chromium_org/sql/
connection.cc 644 error = OnSqliteError(error, NULL);
705 OnSqliteError(rc, NULL);
844 OnSqliteError(err, NULL);
1002 int Connection::OnSqliteError(int err, sql::Statement *stmt) {
    [all...]

Completed in 244 milliseconds