Searched defs:lengthComputable (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | ProgressEvent.h | 36 bool lengthComputable; member 47 …static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned … in create() 56 bool lengthComputable() const { return m_lengthComputable; } in lengthComputable() function
|
D | ResourceProgressEvent.h | 51 …static PassRefPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, u… in create()
|
D | ResourceProgressEvent.cpp | 37 ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsig… in ResourceProgressEvent()
|
D | ProgressEvent.cpp | 57 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in ProgressEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequestUpload.cpp | 61 void XMLHttpRequestUpload::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable,… in dispatchEventAndLoadEnd() 70 …bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSen… in handleRequestError() local
|
D | XMLHttpRequestProgressEventThrottle.cpp | 51 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(bool lengthComputable, unsigned lon… in dispatchProgressEvent() 101 …sEventThrottle::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned … in dispatchEventAndLoadEnd()
|
D | XMLHttpRequestProgressEvent.h | 58 …XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in XMLHttpRequestProgressEvent()
|
D | XMLHttpRequest.cpp | 988 bool lengthComputable = expectedLength > 0 && receivedLength <= expectedLength; in dispatchEventAndLoadEnd() local 997 bool lengthComputable = expectedLength > 0 && receivedLength <= expectedLength; in dispatchThrottledProgressEvent() local
|