Searched refs:xmlHttpRequest (Results 1 – 5 of 5) sorted by relevance
65 …RefPtrWillBeRawPtr<XMLHttpRequest> xmlHttpRequest = XMLHttpRequest::create(context, securityOrigin… in constructorCustom() local68 …V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeI… in constructorCustom()74 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseTextAttributeGetterCustom() local76 ScriptString text = xmlHttpRequest->responseText(exceptionState); in responseTextAttributeGetterCustom()88 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder()); in responseAttributeGetterCustom() local90 switch (xmlHttpRequest->responseTypeCode()) { in responseAttributeGetterCustom()100 ScriptString jsonSource = xmlHttpRequest->responseJSONSource(); in responseAttributeGetterCustom()119 Document* document = xmlHttpRequest->responseXML(exceptionState); in responseAttributeGetterCustom()122 v8SetReturnValueFast(info, document, xmlHttpRequest); in responseAttributeGetterCustom()128 Blob* blob = xmlHttpRequest->responseBlob(); in responseAttributeGetterCustom()[all …]
49 static PassOwnPtrWillBeRawPtr<XMLHttpRequestUpload> create(XMLHttpRequest* xmlHttpRequest) in create() argument51 return adoptPtrWillBeRefCountedGarbageCollected(new XMLHttpRequestUpload(xmlHttpRequest)); in create()59 XMLHttpRequest* xmlHttpRequest() const { return m_xmlHttpRequest; } in xmlHttpRequest() function
36 XMLHttpRequestUpload::XMLHttpRequestUpload(XMLHttpRequest* xmlHttpRequest) in XMLHttpRequestUpload() argument37 : m_xmlHttpRequest(xmlHttpRequest) in XMLHttpRequestUpload()
162 …RefPtrWillBeRawPtr<XMLHttpRequest> xmlHttpRequest = adoptRefWillBeRefCountedGarbageCollected(new X… in create() local163 xmlHttpRequest->suspendIfNeeded(); in create()165 return xmlHttpRequest.release(); in create()
90 return static_cast<XMLHttpRequestUpload*>(eventTarget)->xmlHttpRequest(); in toXmlHttpRequest()