Searched refs:m_total (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequestProgressEventThrottle.cpp | 40 , m_total(0) in XMLHttpRequestProgressEventThrottle() 65 ASSERT(!m_total); in dispatchProgressEvent() 75 m_total = total; in dispatchProgressEvent() 125 …LHttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total); in deliverProgressEvent() 127 m_total = 0; in deliverProgressEvent() 168 …HttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total)); in fired() 169 m_total = 0; in fired() 175 return (m_total || m_loaded) && isActive(); in hasEventToDispatch() 195 …LHttpRequestProgressEvent::create(EventTypeNames::progress, m_lengthComputable, m_loaded, m_total); in suspend() 196 m_total = 0; in suspend() [all …]
|
D | XMLHttpRequestProgressEventThrottle.h | 76 unsigned long long m_total; variable
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | ProgressEvent.cpp | 43 , m_total(0) in ProgressEvent() 52 , m_total(initializer.total) in ProgressEvent() 61 , m_total(total) in ProgressEvent()
|
D | ProgressEvent.h | 58 unsigned long long total() const { return m_total; } in total() 70 unsigned long long m_total; variable
|