|
| nsresult | GetChannel (nsIChannel **aChannel) |
| |
| nsresult | GetResponseXML (nsIDOMDocument **aResponseXML) |
| |
| nsresult | GetResponseText (nsAString *aResponseText) |
| |
| nsresult | GetResponseType (nsAString *aResponseType) |
| |
| nsresult | SetResponseType (const nsAString *aResponseType) |
| |
| nsresult | GetResponse (JSContext *cx, int aResponse) |
| |
| nsresult | GetStatus (uint32_t *aStatus) |
| |
| nsresult | GetStatusText (nsACString *aStatusText) |
| |
| nsresult | SlowAbort () |
| |
| nsresult | GetAllResponseHeaders (nsACString *_retval) |
| |
| nsresult | GetResponseHeader (const nsACString *header, nsACString *_retval) |
| |
| nsresult | Open (const nsACString *method, const nsACString *url, bool async, const nsAString *user, const nsAString *password, uint8_t _argc) |
| |
| nsresult | Send (nsIVariant *body) |
| |
| nsresult | SetRequestHeader (const nsACString *header, const nsACString *value) |
| |
| nsresult | GetTimeout (uint32_t *aTimeout) |
| |
| nsresult | SetTimeout (uint32_t aTimeout) |
| |
| nsresult | GetReadyState (uint16_t *aReadyState) |
| |
| nsresult | SlowOverrideMimeType (const nsAString *mimetype) |
| |
| nsresult | GetMozBackgroundRequest (bool *aMozBackgroundRequest) |
| |
| nsresult | SetMozBackgroundRequest (bool aMozBackgroundRequest) |
| |
| nsresult | GetWithCredentials (bool *aWithCredentials) |
| |
| nsresult | SetWithCredentials (bool aWithCredentials) |
| |
| nsresult | Init (nsIPrincipal *principal, nsIScriptContext *scriptContext, nsIGlobalObject *globalObject, nsIURI *baseURI, nsILoadGroup *loadGroup) |
| |
| nsresult | GetUpload (nsIXMLHttpRequestUpload **aUpload) |
| |
| nsresult | GetOnreadystatechange (JSContext *cx, int aOnreadystatechange) |
| |
| nsresult | SetOnreadystatechange (JSContext *cx, int aOnreadystatechange) |
| |
| nsresult | GetMozAnon (bool *aMozAnon) |
| |
| nsresult | GetMozSystem (bool *aMozSystem) |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 4106 of file nsiface.idl.