Shaka Player Embedded
|
#include <progress_event.h>
Public Member Functions | |
ProgressEvent (EventType, bool, double, double) | |
![]() | |
Event (EventType type) | |
void | Trace (memory::HeapTracer *tracer) const override |
bool | IsShortLived () const override |
bool | is_stopped () const |
bool | is_immediate_stopped () const |
void | PreventDefault () |
void | StopImmediatePropagation () |
void | StopPropagation () |
![]() | |
BackingObject () | |
void | Trace (memory::HeapTracer *tracer) const override |
bool | IsRootedAlive () const override |
std::string | name () const |
virtual BackingObjectFactoryBase * | factory () const =0 |
bool | DerivedFrom (const std::string &base) |
ReturnVal< JsValue > | JsThis () const |
void | SetJsThis (Handle< JsObject > this_) |
![]() | |
virtual | ~Traceable () |
Static Public Member Functions | |
static ProgressEvent * | Create (const std::string &type) |
![]() | |
static Event * | Create (const std::string &type) |
![]() | |
static void * | operator new[] (size_t size)=delete |
static void | operator delete[] (void *)=delete |
Public Attributes | |
const bool | length_computable |
const double | loaded |
const double | total |
![]() | |
const bool | bubbles = false |
const bool | cancelable = false |
const bool | is_trusted = false |
const std::string | type |
const double | time_stamp |
Member< EventTarget > | current_target |
Member< EventTarget > | target |
int | event_phase = NONE |
bool | default_prevented = false |
Additional Inherited Members | |
![]() | |
enum | EventPhase { NONE = 0, CAPTURING_PHASE = 1, AT_TARGET = 2, BUBBLING_PHASE = 3 } |
![]() | |
static constexpr const size_t | kInternalFieldCount = 2 |
![]() | |
static constexpr const uint64_t | kShortLiveDurationMs = 5000 |
![]() | |
Event (const std::string &type) | |
![]() | |
~BackingObject () override | |
Definition at line 27 of file progress_event.h.
shaka::js::events::ProgressEvent::ProgressEvent | ( | EventType | type, |
bool | length_computable, | ||
double | loaded, | ||
double | total | ||
) |
Definition at line 21 of file progress_event.cc.
|
inlinestatic |
Definition at line 33 of file progress_event.h.
const bool shaka::js::events::ProgressEvent::length_computable |
Definition at line 37 of file progress_event.h.
const double shaka::js::events::ProgressEvent::loaded |
Definition at line 38 of file progress_event.h.
const double shaka::js::events::ProgressEvent::total |
Definition at line 39 of file progress_event.h.