Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDecodedDataDocumentParser.h39 virtual bool wellFormed() const { return true; } in wellFormed() function
DDocument.h529 bool wellFormed() const { return m_wellFormed; } in wellFormed() function
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.h93 virtual bool wellFormed() const OVERRIDE { return !m_sawError; } in wellFormed() function
DXMLDocumentParser.cpp520 bool wellFormed = parser->appendFragmentSource(chunk); in parseDocumentFragment() local
/external/libxml2/include/libxml/
Dparser.h188 int wellFormed; /* is the document well formed */ member
/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h188 int wellFormed; /* is the document well formed */ member