m_lastTotalBytesToBeSent   57 Source/core/xml/XMLHttpRequestUpload.cpp     m_lastTotalBytesToBeSent = totalBytesToBeSent;
m_lastTotalBytesToBeSent   70 Source/core/xml/XMLHttpRequestUpload.cpp     bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSent;
m_lastTotalBytesToBeSent   71 Source/core/xml/XMLHttpRequestUpload.cpp     dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent));
m_lastTotalBytesToBeSent   72 Source/core/xml/XMLHttpRequestUpload.cpp     dispatchEventAndLoadEnd(type, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent);
m_lastTotalBytesToBeSent   77 Source/core/xml/XMLHttpRequestUpload.h     unsigned long long m_lastTotalBytesToBeSent;