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

  /external/chromium_org/sql/
connection.h 404 static bool ShouldIgnoreSqliteError(int error);
connection.cc 152 bool Connection::ShouldIgnoreSqliteError(int error) {
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 344 if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
thumbnail_database.cc 565 if (!sql::Connection::ShouldIgnoreSqliteError(extended_error))
    [all...]