IsIOError         136 chrome/browser/chromeos/drive/resource_metadata_storage.cc   if (status.IsIOError())
IsIOError         105 chrome/browser/sync_file_system/sync_status_code.cc   else if (status.IsIOError())
IsIOError         723 content/browser/indexed_db/indexed_db_backing_store.cc   DCHECK(status.ok() || !is_schema_known || leveldb_env::IsIOError(status) ||
IsIOError         728 content/browser/indexed_db/indexed_db_backing_store.cc   } else if (leveldb_env::IsIOError(status)) {
IsIOError         246 content/browser/indexed_db/leveldb/leveldb_database.cc   else if (s.IsIOError())
IsIOError         254 content/browser/indexed_db/leveldb/leveldb_database.cc   if (s.IsIOError())
IsIOError         269 third_party/leveldatabase/env_chromium.cc   DCHECK(!status.IsIOError());
IsIOError         321 third_party/leveldatabase/env_chromium.cc   return status.IsCorruption() || (!status.ok() && !IsIOError(status));
IsIOError          73 third_party/leveldatabase/env_chromium.h bool IsIOError(const leveldb::Status& status);
IsIOError         742 webkit/browser/fileapi/sandbox_directory_database.cc   if (!status.IsCorruption() && !status.IsIOError())
IsIOError         822 webkit/browser/fileapi/sandbox_directory_database.cc   } else if (status.IsIOError()) {
IsIOError          97 webkit/browser/fileapi/sandbox_origin_database.cc   if (!status.IsCorruption() && !status.IsIOError())
IsIOError         211 webkit/browser/fileapi/sandbox_origin_database.cc   } else if (status.IsIOError()) {