|
| TextTrackCueList * | get_activeCues () |
| |
| TextTrackCueList * | get_cues () |
| |
| String * | get_inBandMetadataTrackDispatchType () |
| |
| String * | get_kind () |
| |
| String * | get_label () |
| |
| String * | get_language () |
| |
| String * | get_mode () |
| |
| void | set_mode (String *) |
| |
| EventListener * | get_oncuechange () |
| |
| void | set_oncuechange (EventListener *) |
| |
| EventListener * | get_onerror () |
| |
| void | set_onerror (EventListener *) |
| |
| EventListener * | get_onload () |
| |
| void | set_onload (EventListener *) |
| |
| double | get_readyState () |
| |
| void | addCue (TextTrackCue *cue) |
| |
| void | removeCue (TextTrackCue *cue) |
| |
| void | addEventListener (const String &type, EventListener *listener) |
| |
| void | addEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListener *listener) |
| |
| void | removeEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options) |
| |
| TextTrack * | get_prototype () |
| |
| void | set_prototype (TextTrack *) |
| |
| | TextTrack () |
| |
| double | get_DISABLED () |
| |
| double | get_ERROR () |
| |
| double | get_HIDDEN () |
| |
| double | get_LOADED () |
| |
| double | get_LOADING () |
| |
| double | get_NONE () |
| |
| double | get_SHOWING () |
| |
| void | addEventListener (const String &type, EventListener *listener) |
| |
| void | addEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
| |
| bool | dispatchEvent (Event *evt) |
| |
| void | removeEventListener (const String &type) |
| |
| void | removeEventListener (const String &type, EventListener *listener) |
| |
| void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
| |
| EventTarget * | get_prototype () |
| |
| void | set_prototype (EventTarget *) |
| |
| | EventTarget () |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (const client::String &name) const |
| |
| void | set_ (const client::String &name, Object *v) |
| |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
| void | set_ (const client::String &name, T v) |
| |
| bool | hasOwnProperty (const client::String &name) |
| |