AbortError         30 Source/core/events/ApplicationCacheErrorEvent.cpp     case blink::WebApplicationCacheHost::AbortError:
AbortError         63 Source/core/fileapi/FileError.cpp         return AbortError;
AbortError       1019 Source/core/xml/XMLHttpRequest.cpp     handleRequestError(AbortError, EventTypeNames::abort, receivedLength, expectedLength);
AbortError        155 Source/modules/indexeddb/IDBOpenDBRequest.cpp         onError(DOMError::create(AbortError, "The connection was closed."));
AbortError        144 Source/modules/indexeddb/IDBRequest.cpp     onError(DOMError::create(AbortError, "The transaction was aborted, so the request cannot be fulfilled."));
AbortError        483 Source/modules/indexeddb/IDBRequest.cpp         m_transaction->setError(DOMError::create(AbortError, "Uncaught exception in event handler."));
AbortError         98 Source/modules/indexeddb/IDBRequestTest.cpp     request->onError(DOMError::create(AbortError, "Description goes here."));
AbortError        120 Source/modules/indexeddb/IDBRequestTest.cpp     request->onError(DOMError::create(AbortError, "Description goes here."));
AbortError        113 Source/modules/indexeddb/IDBTransactionTest.cpp     transaction->onAbort(DOMError::create(AbortError, "Aborted"));
AbortError        147 Source/modules/indexeddb/IDBTransactionTest.cpp     db->onAbort(transactionId, DOMError::create(AbortError, "Aborted"));
AbortError        487 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionAbortError, AbortError);
AbortError        543 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorAbort, AbortError);