HomeSort by relevance Sort by last modified time
    Searched refs:m_lastBytesSent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestUpload.cpp 38 , m_lastBytesSent(0)
56 m_lastBytesSent = bytesSent;
70 bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSent;
71 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent));
72 dispatchEventAndLoadEnd(type, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent);
XMLHttpRequestUpload.h 84 unsigned long long m_lastBytesSent;

Completed in 36 milliseconds