Searched refs:ABORT_ERR (Results 1 – 23 of 23) sorted by relevance
/external/webkit/LayoutTests/storage/indexeddb/ |
D | transaction-abort-expected.txt | 22 PASS event.target.errorCode is webkitIDBDatabaseException.ABORT_ERR 29 PASS event.target.errorCode is webkitIDBDatabaseException.ABORT_ERR
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileWriter.cpp | 136 m_error = FileError::create(FileError::ABORT_ERR); in abort() 179 if (FileError::ABORT_ERR == code) in didFail()
|
D | DOMFileSystemSync.cpp | 163 ec = FileException::ABORT_ERR; in createFile() 255 ec = FileException::ABORT_ERR; in createWriter()
|
D | FileError.h | 47 ABORT_ERR = 3, enumerator
|
D | FileReaderLoader.cpp | 103 m_errorCode = FileError::ABORT_ERR; in cancel() 193 if (m_errorCode == FileError::ABORT_ERR) in didFail()
|
D | FileException.h | 53 ABORT_ERR = FileExceptionOffset + 3, enumerator
|
D | SyncCallbackHelper.h | 79 m_exceptionCode = FileException::ABORT_ERR; in getResult()
|
D | FileException.idl | 50 const unsigned short ABORT_ERR = 3;
|
D | FileError.idl | 40 const unsigned short ABORT_ERR = 3;
|
D | FileReader.cpp | 160 m_error = FileError::create(FileError::ABORT_ERR); in doAbort()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequestException.h | 48 ABORT_ERR enumerator
|
D | XMLHttpRequestException.idl | 47 const unsigned short ABORT_ERR = 102;
|
D | XMLHttpRequest.cpp | 962 m_exceptionCode = XMLHttpRequestException::ABORT_ERR; in didFail()
|
/external/webkit/Source/WebCore/storage/ |
D | IDBDatabaseException.h | 59 ABORT_ERR = IDBDatabaseExceptionOffset + 13 enumerator
|
D | IDBDatabaseException.idl | 55 const unsigned short ABORT_ERR = 13;
|
D | IDBRequest.cpp | 164 …onError(IDBDatabaseError::create(IDBDatabaseException::ABORT_ERR, "The transaction was aborted, so… in abort()
|
D | IDBDatabaseBackendImpl.cpp | 170 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::ABORT_ERR, "Connection was close… in setVersion()
|
/external/webkit/Source/WebCore/dom/ |
D | ExceptionCode.h | 58 ABORT_ERR = 20, enumerator
|
D | DOMCoreException.idl | 74 const unsigned short ABORT_ERR = 20;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AssertMatchingEnums.cpp | 405 COMPILE_ASSERT_MATCHING_ENUM(WebFileErrorAbort, FileError::ABORT_ERR); 424 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorAbort, ABORT_ERR); 430 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorAbort, ABORT_ERR);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 56375 … When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR 56772 … When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR
|
D | ChangeLog-2008-08-10 | 19424 Add ABORT_ERR. This error cannot be raised with the current WebKit architecture
|
D | ChangeLog-2009-06-16 | 32829 Added missing ABORT_ERR whose absence caused an assert.
|