Home
last modified time | relevance | path

Searched refs:ABORT_ERR (Results 1 – 23 of 23) sorted by relevance

/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-abort-expected.txt22 PASS event.target.errorCode is webkitIDBDatabaseException.ABORT_ERR
29 PASS event.target.errorCode is webkitIDBDatabaseException.ABORT_ERR
/external/webkit/Source/WebCore/fileapi/
DFileWriter.cpp136 m_error = FileError::create(FileError::ABORT_ERR); in abort()
179 if (FileError::ABORT_ERR == code) in didFail()
DDOMFileSystemSync.cpp163 ec = FileException::ABORT_ERR; in createFile()
255 ec = FileException::ABORT_ERR; in createWriter()
DFileError.h47 ABORT_ERR = 3, enumerator
DFileReaderLoader.cpp103 m_errorCode = FileError::ABORT_ERR; in cancel()
193 if (m_errorCode == FileError::ABORT_ERR) in didFail()
DFileException.h53 ABORT_ERR = FileExceptionOffset + 3, enumerator
DSyncCallbackHelper.h79 m_exceptionCode = FileException::ABORT_ERR; in getResult()
DFileException.idl50 const unsigned short ABORT_ERR = 3;
DFileError.idl40 const unsigned short ABORT_ERR = 3;
DFileReader.cpp160 m_error = FileError::create(FileError::ABORT_ERR); in doAbort()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestException.h48 ABORT_ERR enumerator
DXMLHttpRequestException.idl47 const unsigned short ABORT_ERR = 102;
DXMLHttpRequest.cpp962 m_exceptionCode = XMLHttpRequestException::ABORT_ERR; in didFail()
/external/webkit/Source/WebCore/storage/
DIDBDatabaseException.h59 ABORT_ERR = IDBDatabaseExceptionOffset + 13 enumerator
DIDBDatabaseException.idl55 const unsigned short ABORT_ERR = 13;
DIDBRequest.cpp164 …onError(IDBDatabaseError::create(IDBDatabaseException::ABORT_ERR, "The transaction was aborted, so… in abort()
DIDBDatabaseBackendImpl.cpp170 …callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::ABORT_ERR, "Connection was close… in setVersion()
/external/webkit/Source/WebCore/dom/
DExceptionCode.h58 ABORT_ERR = 20, enumerator
DDOMCoreException.idl74 const unsigned short ABORT_ERR = 20;
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp405 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/
DChangeLog56375 … 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
DChangeLog-2008-08-1019424 Add ABORT_ERR. This error cannot be raised with the current WebKit architecture
DChangeLog-2009-06-1632829 Added missing ABORT_ERR whose absence caused an assert.