Searched defs:lengthComputable (Results 1 – 5 of 5) sorted by relevance
39 …static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned … in create()47 bool lengthComputable() const { return m_lengthComputable; } in lengthComputable() function
38 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in ProgressEvent()
53 …XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long lo… in XMLHttpRequestProgressEvent()
50 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(bool lengthComputable, unsigned lon… in dispatchProgressEvent()
1081 bool lengthComputable = expectedLength && m_receivedLength <= expectedLength; in didReceiveData() local