Home
last modified time | relevance | path

Searched refs:m_sawError (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.h71 bool sawError() const { return m_sawError; } in sawError()
98 bool m_sawError; variable
DTextResourceDecoder.cpp123 , m_sawError(false) in TextResourceDecoder()
411 … lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError); in decode()
432 …), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError); in flush()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.h93 virtual bool wellFormed() const OVERRIDE { return !m_sawError; } in wellFormed()
173 bool m_sawError; variable
DXMLDocumentParser.cpp374 m_sawError = true; in handleError()
424 if (m_sawError) { in end()
766 , m_sawError(false) in XMLDocumentParser()
790 , m_sawError(false) in XMLDocumentParser()
1452 m_sawError = false; in initializeParserContext()
1480 …bool xmlViewerMode = !m_sawError && !m_sawCSS && !m_sawXSLTransform && hasNoStyleInformation(docum… in doEnd()
1597 ASSERT(m_sawError || (bytesProcessed >= 0 && !chunkAsUtf8.data()[bytesProcessed])); in appendFragmentSource()