Searched defs:wellFormed (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDecodedDataDocumentParser.h37 virtual bool wellFormed() const { return true; } function in class:WebCore::DecodedDataDocumentParser
H A DDocument.h555 bool wellFormed() const { return m_wellFormed; } function in class:WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h91 virtual bool wellFormed() const { return !m_sawError; } function in class:WebCore::XMLDocumentParser
H A DXMLDocumentParser.cpp516 bool wellFormed = parser->appendFragmentSource(chunk); local
520 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
1578 return context()->wellFormed || !xmlCtxtGetLastError(context());
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h188 int wellFormed; /* is the document well formed */ member in struct:_xmlParserCtxt
/external/libxml2/include/libxml/
H A Dparser.h188 int wellFormed; /* is the document well formed */ member in struct:_xmlParserCtxt

Completed in 286 milliseconds