Searched refs:m_lastBytesSent (Results 1 – 2 of 2) sorted by relevance
38 , m_lastBytesSent(0) in XMLHttpRequestUpload()55 m_lastBytesSent = bytesSent; in dispatchProgressEvent()69 …bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSen… in handleRequestError()70 …estProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalB… in handleRequestError()71 dispatchEventAndLoadEnd(type, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent); in handleRequestError()
83 unsigned long long m_lastBytesSent; variable