Searched refs:receivedLength (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 923 long long receivedLength = m_receivedLength; in abort() local 935 handleRequestError(0, EventTypeNames::abort, receivedLength, expectedLength); in abort() 1029 void XMLHttpRequest::dispatchProgressEvent(const AtomicString& type, long long receivedLength, long… in dispatchProgressEvent() argument 1031 bool lengthComputable = expectedLength > 0 && receivedLength <= expectedLength; in dispatchProgressEvent() 1032 …unsigned long long loaded = receivedLength >= 0 ? static_cast<unsigned long long>(receivedLength) … in dispatchProgressEvent() 1049 long long receivedLength = m_receivedLength; in handleNetworkError() local 1052 handleRequestError(NetworkError, EventTypeNames::error, receivedLength, expectedLength); in handleNetworkError() 1062 long long receivedLength = m_receivedLength; in handleDidCancel() local 1065 handleRequestError(AbortError, EventTypeNames::abort, receivedLength, expectedLength); in handleDidCancel() 1068 …ror(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long exp… in handleRequestError() argument [all …]
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpTransport_Connectionless.c | 95 *pSocket->receivedLength = psData->length; in Handle_Connectionless_IncommingFrame() 358 pLlcpSocket->receivedLength = &psBuffer->length; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
|
D | phFriNfc_LlcpTransport.h | 191 uint32_t *receivedLength; member
|