|
| String * | get_msCaching () |
| |
| void | set_msCaching (const String &) |
| |
| EventListener * | get_onreadystatechange () |
| |
| void | set_onreadystatechange (EventListener *) |
| |
| double | get_readyState () |
| |
| Object * | get_response () |
| |
| String * | get_responseText () |
| |
| String * | get_responseType () |
| |
| void | set_responseType (const String &) |
| |
| String * | get_responseURL () |
| |
| Document * | get_responseXML () |
| |
| double | get_status () |
| |
| String * | get_statusText () |
| |
| double | get_timeout () |
| |
| void | set_timeout (double) |
| |
| XMLHttpRequestUpload * | get_upload () |
| |
| bool | get_withCredentials () |
| |
| void | set_withCredentials (bool) |
| |
| void | abort () |
| |
| String * | getAllResponseHeaders () |
| |
| String * | getResponseHeader (const String &header) |
| |
| bool | msCachingEnabled () |
| |
| void | open (const String &method, const String &url) |
| |
| void | open (const String &method, const String &url, bool async) |
| |
| void | open (const String &method, const String &url, bool async, const String &user) |
| |
| void | open (const String &method, const String &url, bool async, const String &user, const String &password) |
| |
| void | overrideMimeType (const String &mime) |
| |
| void | send () |
| |
| void | send (Object *data) |
| |
| void | setRequestHeader (const String &header, const String &value) |
| |
| 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) |
| |
| XMLHttpRequest * | get_prototype () |
| |
| void | set_prototype (XMLHttpRequest *) |
| |
| | XMLHttpRequest () |
| |
| double | get_DONE () |
| |
| double | get_HEADERS_RECEIVED () |
| |
| double | get_LOADING () |
| |
| double | get_OPENED () |
| |
| double | get_UNSENT () |
| |
| 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) |
| |
| EventListener * | get_onabort () |
| |
| void | set_onabort (EventListener *) |
| |
| EventListener * | get_onerror () |
| |
| void | set_onerror (EventListener *) |
| |
| EventListener * | get_onload () |
| |
| void | set_onload (EventListener *) |
| |
| EventListener * | get_onloadend () |
| |
| void | set_onloadend (EventListener *) |
| |
| EventListener * | get_onloadstart () |
| |
| void | set_onloadstart (EventListener *) |
| |
| EventListener * | get_onprogress () |
| |
| void | set_onprogress (EventListener *) |
| |
| EventListener * | get_ontimeout () |
| |
| void | set_ontimeout (EventListener *) |
| |
| 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) |
| |