Searched defs:ResourceProgressEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DResourceProgressEvent.cpp28 #include "core/events/ResourceProgressEvent.h"
32 ResourceProgressEvent::ResourceProgressEvent() function in class:blink::ResourceProgressEvent
36 ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) function in class:blink::ResourceProgressEvent
42 const String& ResourceProgressEvent::url() const
47 const AtomicString& ResourceProgressEvent::interfaceName() const
49 return EventNames::ResourceProgressEvent;
52 void ResourceProgressEvent::trace(Visitor* visitor)

Completed in 104 milliseconds