Home
last modified time | relevance | path

Searched refs:NETWORK_ERR (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXMLHttpRequestException.h47 NETWORK_ERR = XMLHttpRequestExceptionOffset + 101, enumerator
DXMLHttpRequestException.idl46 const unsigned short NETWORK_ERR = 101;
DXMLHttpRequest.cpp604 ec = XMLHttpRequestException::NETWORK_ERR; in createRequest()
668 m_exceptionCode = XMLHttpRequestException::NETWORK_ERR; in createRequest()
971 m_exceptionCode = XMLHttpRequestException::NETWORK_ERR; in didFail()
/external/webkit/Source/WebCore/dom/
DExceptionCode.h57 NETWORK_ERR = 19, enumerator
DExceptionCode.cpp283 nameTableOffset = XMLHttpRequestException::NETWORK_ERR; in getExceptionCodeDescription()
DDOMCoreException.idl73 const unsigned short NETWORK_ERR = 19;
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp253 ec = XMLHttpRequestException::NETWORK_ERR; in importScripts()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2415307 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
15672 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
DChangeLog-2007-10-1464726 (KJS::setDOMException): Added support for NETWORK_ERR. Changed the temporary
64748 (WebCore::): Added NETWORK_ERR and a comment about PERMISSION_DENIED.