HomeSort by relevance Sort by last modified time
    Searched refs:m_sawError (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextResourceDecoder.h 71 bool sawError() const { return m_sawError; }
98 bool m_sawError;
TextResourceDecoder.cpp 123 , m_sawError(false)
411 String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
432 String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 93 virtual bool wellFormed() const OVERRIDE { return !m_sawError; }
173 bool m_sawError;
XMLDocumentParser.cpp 374 m_sawError = true;
424 if (m_sawError) {
766 , m_sawError(false)
790 , m_sawError(false)
    [all...]

Completed in 332 milliseconds