Searched refs:xmlHttpRequest (Results 1 – 5 of 5) sorted by relevance
67 …RefPtrWillBeRawPtr<XMLHttpRequest> xmlHttpRequest = XMLHttpRequest::create(context, securityOrigin… in constructorCustom() local70 …V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeI… in constructorCustom()76 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder()); in responseTextAttributeGetterCustom() local78 ScriptString text = xmlHttpRequest->responseText(exceptionState); in responseTextAttributeGetterCustom()90 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toImpl(info.Holder()); in responseAttributeGetterCustom() local92 switch (xmlHttpRequest->responseTypeCode()) { in responseAttributeGetterCustom()102 ScriptString jsonSource = xmlHttpRequest->responseJSONSource(); in responseAttributeGetterCustom()121 Document* document = xmlHttpRequest->responseXML(exceptionState); in responseAttributeGetterCustom()124 v8SetReturnValueFast(info, document, xmlHttpRequest); in responseAttributeGetterCustom()130 Blob* blob = xmlHttpRequest->responseBlob(); in responseAttributeGetterCustom()[all …]
48 static PassOwnPtrWillBeRawPtr<XMLHttpRequestUpload> create(XMLHttpRequest* xmlHttpRequest) in create() argument50 return adoptPtrWillBeNoop(new XMLHttpRequestUpload(xmlHttpRequest)); in create()58 XMLHttpRequest* xmlHttpRequest() const { return m_xmlHttpRequest; } in xmlHttpRequest() function
36 XMLHttpRequestUpload::XMLHttpRequestUpload(XMLHttpRequest* xmlHttpRequest) in XMLHttpRequestUpload() argument37 : m_xmlHttpRequest(xmlHttpRequest) in XMLHttpRequestUpload()
138 …RefPtrWillBeRawPtr<XMLHttpRequest> xmlHttpRequest = adoptRefWillBeNoop(new XMLHttpRequest(context,… in create() local139 xmlHttpRequest->suspendIfNeeded(); in create()141 return xmlHttpRequest.release(); in create()
96 return static_cast<XMLHttpRequestUpload*>(eventTarget)->xmlHttpRequest(); in toXmlHttpRequest()