Searched refs:handleRequestError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestUpload.h64 void handleRequestError(const AtomicString&);
H A DXMLHttpRequestUpload.cpp68 void XMLHttpRequestUpload::handleRequestError(const AtomicString& type) function in class:WebCore::XMLHttpRequestUpload
H A DXMLHttpRequest.cpp892 handleRequestError(0, EventTypeNames::abort, receivedLength, expectedLength);
1021 handleRequestError(NetworkError, EventTypeNames::error, receivedLength, expectedLength);
1034 handleRequestError(AbortError, EventTypeNames::abort, receivedLength, expectedLength);
1037 void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long expectedLength) function in class:WebCore::XMLHttpRequest
1039 WTF_LOG(Network, "XMLHttpRequest %p handleRequestError()", this);
1058 m_upload->handleRequestError(type);
1399 handleRequestError(TimeoutError, EventTypeNames::timeout, receivedLength, expectedLength);
H A DXMLHttpRequest.h210 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);

Completed in 93 milliseconds