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

/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h18 NWindows::NSynchronization::CAutoResetEvent ProgressEvent; member in class:CCrossThreadProgress
23 RINOK(ProgressEvent.CreateIfNotCreated());
28 ProgressEvent.Reset();
/external/chromium_org/components/nacl/renderer/
H A Dprogress_event.h17 struct ProgressEvent { struct in namespace:nacl
18 explicit ProgressEvent(PP_NaClEventType event_type_param) function in struct:nacl::ProgressEvent
25 ProgressEvent(PP_NaClEventType event_type_param, function in struct:nacl::ProgressEvent
49 void DispatchProgressEvent(PP_Instance instance, const ProgressEvent& event);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DProgressEvent.cpp27 #include "core/events/ProgressEvent.h"
38 ProgressEvent::ProgressEvent() function in class:blink::ProgressEvent
45 ProgressEvent::ProgressEvent(const AtomicString& type, const ProgressEventInit& initializer) function in class:blink::ProgressEvent
53 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) function in class:blink::ProgressEvent
61 const AtomicString& ProgressEvent::interfaceName() const
63 return EventNames::ProgressEvent;
66 void ProgressEvent
[all...]
H A DProgressEvent.h41 class ProgressEvent : public Event { class in namespace:blink
44 static PassRefPtrWillBeRawPtr<ProgressEvent> create()
46 return adoptRefWillBeNoop(new ProgressEvent);
48 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
50 return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total));
52 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initializer)
54 return adoptRefWillBeNoop(new ProgressEvent(type, initializer));
66 ProgressEvent();
67 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
68 ProgressEvent(cons
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h67 ProgressEvent, enumerator in enum:blink::WebApplicationCacheHost::EventID
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 610 milliseconds