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