Home
last modified time | relevance | path

Searched refs:useLenientXMLDecoding (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.h65 void useLenientXMLDecoding() { m_useLenientXMLDecoding = true; } in useLenientXMLDecoding() function
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp1054 m_decoder->useLenientXMLDecoding(); in didReceiveData()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1632380 (WebCore::TextResourceDecoder::useLenientXMLDecoding):
32381 Don't stop on XML decoding errors if useLenientXMLDecoding() was called.