Searched refs:responseIsXML (Results 1 – 2 of 2) sorted by relevance
173 bool responseIsXML() const;
254 if ((m_response.isHTTP() && !responseIsXML() && !isHTML) in responseXML()1220 bool XMLHttpRequest::responseIsXML() const in responseIsXML() function in WebCore::XMLHttpRequest1359 } else if (responseIsXML()) { in didReceiveData()