Searched refs:ShouldIgnoreSqliteError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h404 static bool ShouldIgnoreSqliteError(int error);
H A Dconnection.cc152 bool Connection::ShouldIgnoreSqliteError(int error) { function in class:sql::Connection
1074 if (!ShouldIgnoreSqliteError(err))
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database.cc341 if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
H A Dthumbnail_database.cc569 if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc1221 if (!db_->ShouldIgnoreSqliteError(err))

Completed in 3007 milliseconds