Home
last modified time | relevance | path

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

/external/webkit/WebCore/xml/
DXMLHttpRequestException.h48 ABORT_ERR enumerator
DXMLHttpRequestException.idl46 const unsigned short ABORT_ERR = 102;
DXMLHttpRequest.cpp814 m_exceptionCode = XMLHttpRequestException::ABORT_ERR; in didFail()
/external/webkit/WebCore/dom/
DExceptionCode.h58 ABORT_ERR = 20, enumerator
DDOMCoreException.idl71 const unsigned short ABORT_ERR = 20;
/external/webkit/WebCore/
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.