Searched refs:m_lastTotalBytesToBeSent (Results 1 – 2 of 2) sorted by relevance
39 , m_lastTotalBytesToBeSent(0) in XMLHttpRequestUpload()56 m_lastTotalBytesToBeSent = totalBytesToBeSent; in dispatchProgressEvent()69 …bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSen… in handleRequestError()70 …nt::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent)); in handleRequestError()71 dispatchEventAndLoadEnd(type, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent); in handleRequestError()
84 unsigned long long m_lastTotalBytesToBeSent; variable