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

  /external/chromium_org/sql/test/
scoped_error_ignorer.h 37 void IgnoreError(int err);
scoped_error_ignorer.cc 24 void ScopedErrorIgnorer::IgnoreError(int err) {
  /external/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc 169 ignore_errors.IgnoreError(SQLITE_CORRUPT);
179 ignore_errors.IgnoreError(SQLITE_CORRUPT);
204 ignore_errors.IgnoreError(SQLITE_CORRUPT);
215 ignore_errors.IgnoreError(SQLITE_CORRUPT);
253 ignore_errors.IgnoreError(SQLITE_CORRUPT);
263 ignore_errors.IgnoreError(SQLITE_CORRUPT);
316 ignore_errors.IgnoreError(SQLITE_CORRUPT);
thumbnail_database_unittest.cc 833 ignore_errors.IgnoreError(SQLITE_CORRUPT);
880 ignore_errors.IgnoreError(SQLITE_CORRUPT);
890 ignore_errors.IgnoreError(SQLITE_CORRUPT);
    [all...]
  /external/chromium_org/sql/
statement_unittest.cc 104 ignore_errors.IgnoreError(SQLITE_MISMATCH);
connection_unittest.cc 227 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
249 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
458 ignore_errors.IgnoreError(SQLITE_IOERR_SHORT_READ);
491 ignore_errors.IgnoreError(SQLITE_NOTADB);
520 ignore_errors.IgnoreError(SQLITE_CORRUPT);
791 ignore_errors.IgnoreError(SQLITE_ERROR);
813 ignore_errors.IgnoreError(SQLITE_ERROR);
836 ignore_errors.IgnoreError(SQLITE_CORRUPT);
858 ignore_errors.IgnoreError(SQLITE_CORRUPT);
recovery_unittest.cc 408 ignore_errors.IgnoreError(SQLITE_CORRUPT); // From virtual table.
  /external/chromium_org/content/browser/
databases_table_unittest.cc 45 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 109 ignore_errors.IgnoreError(SQLITE_CORRUPT);
137 ignore_errors.IgnoreError(SQLITE_CORRUPT);
191 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
268 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
314 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
445 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
608 ignore_errors.IgnoreError(SQLITE_CONSTRAINT);
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database_unittest.cc 352 ignore_errors.IgnoreError(SQLITE_IOERR_SHORT_READ);
371 ignore_errors.IgnoreError(SQLITE_CANTOPEN);

Completed in 1506 milliseconds