|
| WEBCORE_EXPORT | ~XMLHttpRequest () |
| |
| virtual void | didReachTimeout () |
| |
| EventTargetInterface | eventTargetInterface () const override |
| |
| ScriptExecutionContext * | scriptExecutionContext () const override |
| |
| const URL & | url () const |
| |
| String | statusText () const |
| |
| int | status () const |
| |
| State | readyState () const |
| |
| bool | withCredentials () const |
| |
| ExceptionOr< void > | setWithCredentials (bool) |
| |
| ExceptionOr< void > | open (const String &method, const String &url) |
| |
| ExceptionOr< void > | open (const String &method, const URL &, bool async) |
| |
| ExceptionOr< void > | open (const String &method, const String &, bool async, const String &user, const String &password) |
| |
| ExceptionOr< void > | send (JSC::ExecState &, std::optional< SendTypes > &&) |
| |
| void | abort () |
| |
| ExceptionOr< void > | setRequestHeader (const String &name, const String &value) |
| |
| ExceptionOr< void > | overrideMimeType (const String &override) |
| |
| bool | doneWithoutErrors () const |
| |
| String | getAllResponseHeaders () const |
| |
| String | getResponseHeader (const String &name) const |
| |
| ExceptionOr< String > | responseText () |
| |
| String | responseTextIgnoringResponseType () const |
| |
| String | responseMIMEType () const |
| |
| Document * | optionalResponseXML () const |
| |
| ExceptionOr< Document * > | responseXML () |
| |
| Ref< Blob > | createResponseBlob () |
| |
| RefPtr< JSC::ArrayBuffer > | createResponseArrayBuffer () |
| |
| unsigned | timeout () const |
| |
| ExceptionOr< void > | setTimeout (unsigned) |
| |
| bool | responseCacheIsValid () const |
| |
| void | didCacheResponse () |
| |
| ExceptionOr< void > | setResponseType (ResponseType) |
| |
| ResponseType | responseType () const |
| |
| String | responseURL () const |
| |
| void | setLastSendLineAndColumnNumber (unsigned lineNumber, unsigned columnNumber) |
| |
| void | setLastSendURL (const String &url) |
| |
| XMLHttpRequestUpload * | upload () |
| |
| XMLHttpRequestUpload * | optionalUpload () const |
| |
| const ResourceResponse & | resourceResponse () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () |
| |
| void | deref () |
| |
| virtual Node * | toNode () |
| |
| virtual DOMWindow * | toDOMWindow () |
| |
| virtual bool | isMessagePort () const |
| |
| WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
| |
| virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
| |
| virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
| |
| virtual void | removeAllEventListeners () |
| |
| virtual bool | dispatchEvent (Event &) |
| |
| virtual void | uncaughtExceptionInEventHandler () |
| |
| bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
| |
| EventListener * | attributeEventListener (const AtomicString &eventType) |
| |
| bool | hasEventListeners () const |
| |
| bool | hasEventListeners (const AtomicString &eventType) const |
| |
| bool | hasCapturingEventListeners (const AtomicString &eventType) |
| |
| bool | hasActiveEventListeners (const AtomicString &eventType) const |
| |
| const EventListenerVector & | eventListeners (const AtomicString &eventType) |
| |
| bool | fireEventListeners (Event &) |
| |
| bool | isFiringEventListeners () const |
| |
| void | visitJSEventListeners (JSC::SlotVisitor &) |
| |
| void | invalidateJSEventListeners (JSC::JSObject *) |
| |
| void | ref () |
| |
| void | deref () |
| |
| virtual Node * | toNode () |
| |
| virtual DOMWindow * | toDOMWindow () |
| |
| virtual bool | isMessagePort () const |
| |
| WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
| |
| WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
| |
| virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
| |
| virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
| |
| virtual void | removeAllEventListeners () |
| |
| virtual bool | dispatchEvent (Event &) |
| |
| virtual void | uncaughtExceptionInEventHandler () |
| |
| bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
| |
| EventListener * | attributeEventListener (const AtomicString &eventType) |
| |
| bool | hasEventListeners () const |
| |
| bool | hasEventListeners (const AtomicString &eventType) const |
| |
| bool | hasCapturingEventListeners (const AtomicString &eventType) |
| |
| bool | hasActiveEventListeners (const AtomicString &eventType) const |
| |
| const EventListenerVector & | eventListeners (const AtomicString &eventType) |
| |
| bool | fireEventListeners (Event &) |
| |
| bool | isFiringEventListeners () const |
| |
| void | visitJSEventListeners (JSC::SlotVisitor &) |
| |
| void | invalidateJSEventListeners (JSC::JSObject *) |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| JSDOMObject * | wrapper () const |
| |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| |
| void | clearWrapper (JSDOMObject *) |
| |
| void | suspendIfNeeded () |
| |
| void | assertSuspendIfNeededWasCalled () const |
| |
| virtual bool | hasPendingActivity () const |
| |
| template<class T > |
| void | setPendingActivity (T *thisObject) |
| |
| template<class T > |
| void | unsetPendingActivity (T *thisObject) |
| |
| void | suspendIfNeeded () |
| |
| void | assertSuspendIfNeededWasCalled () const |
| |
| virtual bool | hasPendingActivity () const |
| |
| template<class T > |
| void | setPendingActivity (T *thisObject) |
| |
| template<class T > |
| void | unsetPendingActivity (T *thisObject) |
| |
| WEBCORE_EXPORT | ContextDestructionObserver (ScriptExecutionContext *) |
| |
| ScriptExecutionContext * | scriptExecutionContext () const |
| |
| WEBCORE_EXPORT | ContextDestructionObserver (ScriptExecutionContext *) |
| |
| ScriptExecutionContext * | scriptExecutionContext () const |
| |