Home
last modified time | relevance | path

Searched defs:lengthComputable (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DProgressEvent.h36 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
DResourceProgressEvent.h51 …static PassRefPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, u… in create()
DResourceProgressEvent.cpp37 ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsig… in ResourceProgressEvent()
DProgressEvent.cpp57 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in ProgressEvent()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestUpload.cpp61 void XMLHttpRequestUpload::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable,… in dispatchEventAndLoadEnd()
70 …bool lengthComputable = m_lastTotalBytesToBeSent > 0 && m_lastBytesSent <= m_lastTotalBytesToBeSen… in handleRequestError() local
DXMLHttpRequestProgressEventThrottle.cpp51 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(bool lengthComputable, unsigned lon… in dispatchProgressEvent()
101 …sEventThrottle::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned … in dispatchEventAndLoadEnd()
DXMLHttpRequestProgressEvent.h58 …XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in XMLHttpRequestProgressEvent()
DXMLHttpRequest.cpp988 bool lengthComputable = expectedLength > 0 && receivedLength <= expectedLength; in dispatchEventAndLoadEnd() local
997 bool lengthComputable = expectedLength > 0 && receivedLength <= expectedLength; in dispatchThrottledProgressEvent() local