OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSqliteError
(Results
1 - 6
of
6
) sorted by null
/external/chromium/app/sql/
connection.h
343
int
OnSqliteError
(int err, Statement* stmt);
connection.cc
337
OnSqliteError
(err, NULL);
415
int Connection::
OnSqliteError
(int err, sql::Statement *stmt) {
statement.cc
267
// Please don't add DCHECKs here,
OnSqliteError
() already has them.
270
return ref_->connection()->
OnSqliteError
(err, this);
/external/chromium_org/sql/
connection.cc
644
error =
OnSqliteError
(error, NULL, sql);
705
OnSqliteError
(rc, NULL, sql);
867
OnSqliteError
(err, NULL, "-- sqlite3_open()");
[
all
...]
connection.h
403
// error-handling at the end of
OnSqliteError
(). Expose to allow
534
int
OnSqliteError
(int err, Statement* stmt, const char* sql);
statement.cc
322
// Please don't add DCHECKs here,
OnSqliteError
() already has them.
325
return ref_->connection()->
OnSqliteError
(err, this, NULL);
Completed in 72 milliseconds