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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_cleanup_on_io_error_unittest.cc 161 ASSERT_TRUE(s.IsIOError());
179 ASSERT_TRUE(s.IsIOError());
195 ASSERT_TRUE(s.IsIOError());
213 ASSERT_TRUE(s.IsIOError());
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h 61 bool IsIOError() const { return code() == kIOError; }
  /external/chromium_org/chrome/browser/sync_file_system/
sync_status_code.cc 105 else if (status.IsIOError())
  /external/chromium_org/storage/browser/fileapi/
sandbox_origin_database.cc 97 if (!status.IsCorruption() && !status.IsIOError())
211 } else if (status.IsIOError()) {
sandbox_directory_database.cc 744 if (!status.IsCorruption() && !status.IsIOError())
824 } else if (status.IsIOError()) {
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 256 else if (s.IsIOError())
264 if (s.IsIOError())
  /external/chromium_org/third_party/leveldatabase/
env_chromium.h 76 bool IsIOError(const leveldb::Status& status);
env_chromium.cc 276 DCHECK(!status.IsIOError());
317 bool IsIOError(const leveldb::Status& status) {
328 return status.IsCorruption() || (!status.ok() && !IsIOError(status));
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 119 if (leveldb_env::IsIOError(status)) {
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 153 if (status.IsIOError())
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 257 else if (status.IsIOError())
    [all...]

Completed in 528 milliseconds