Home
last modified time | relevance | path

Searched refs:m_lastBytesSent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestUpload.cpp38 , 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()
DXMLHttpRequestUpload.h83 unsigned long long m_lastBytesSent; variable