Searched refs:handleRequestError (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequestUpload.h | 67 void handleRequestError(const AtomicString&);
|
D | XMLHttpRequestUpload.cpp | 68 void XMLHttpRequestUpload::handleRequestError(const AtomicString& type) in handleRequestError() function in WebCore::XMLHttpRequestUpload
|
D | XMLHttpRequest.cpp | 935 handleRequestError(0, EventTypeNames::abort, receivedLength, expectedLength); in abort() 1052 handleRequestError(NetworkError, EventTypeNames::error, receivedLength, expectedLength); in handleNetworkError() 1065 handleRequestError(AbortError, EventTypeNames::abort, receivedLength, expectedLength); in handleDidCancel() 1068 void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long… in handleRequestError() function in WebCore::XMLHttpRequest 1089 m_upload->handleRequestError(type); in handleRequestError() 1435 handleRequestError(TimeoutError, EventTypeNames::timeout, receivedLength, expectedLength); in handleDidTimeout()
|
D | XMLHttpRequest.h | 216 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);
|