Searched refs:wellFormed (Results 1 - 25 of 32) sorted by relevance

12

/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/libxml/src/
H A Dcheck-xml-test-suite.py64 if ctxt.wellFormed() != 1:
92 if ret == 0 or ctxt.wellFormed() != 0:
118 if ret == 0 or ctxt.wellFormed() != 0:
145 if ret == 0 or ctxt.wellFormed() != 0:
170 if doc == None or ret != 0 or ctxt.wellFormed() == 0:
205 if ctxt.wellFormed() == 0:
H A DSAX2.c133 ctxt->wellFormed = 0;
386 (ctxt->wellFormed && ctxt->myDoc))) {
473 /* ctxt->wellFormed = oldwellFormed; */
750 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
800 if (ctxt->validate && ctxt->wellFormed &&
850 if ((ctxt->validate) && (ctxt->wellFormed) &&
1026 if (ctxt->validate && ctxt->wellFormed &&
1180 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1243 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1276 ctxt->wellFormed
[all...]
H A Dlegacy.c198 *((int *) result) = ctxt->wellFormed;
316 ctxt->wellFormed = *((int *) value);
H A Dparser.c266 ctxt->wellFormed = 0;
473 ctxt->wellFormed = 0;
499 ctxt->wellFormed = 0;
606 ctxt->wellFormed = 0;
638 ctxt->wellFormed = 0;
667 ctxt->wellFormed = 0;
6833 if (!ctxt->wellFormed)
7238 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
7241 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
9243 if (ctxt->wellFormed
[all...]
H A DparserInternals.c151 ctxt->wellFormed = 0;
178 ctxt->wellFormed = 0;
206 ctxt->wellFormed = 0;
1728 ctxt->wellFormed = 1;
H A DHTMLparser.c120 ctxt->wellFormed = 0;
145 ctxt->wellFormed = 0;
4681 if (! ctxt->wellFormed) return(-1);
4786 ctxt->wellFormed = 1;
5450 ctxt->wellFormed = 0;
5951 ctxt->wellFormed = 0;
6452 ctxt->wellFormed = 1;
H A Dxmlreader.c857 if ((val != 0) || (reader->ctxt->wellFormed == 0))
865 if ((val != 0) || (reader->ctxt->wellFormed == 0))
898 if ((val != 0) || (reader->ctxt->wellFormed == 0))
1267 if (reader->ctxt->wellFormed != 1)
1803 if (reader->ctxt->wellFormed != 1)
1833 if (reader->ctxt->wellFormed != 1)
H A Dxinclude.c465 if (pctxt->wellFormed) {
/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/libxml2/
H A DSAX2.c133 ctxt->wellFormed = 0;
386 (ctxt->wellFormed && ctxt->myDoc))) {
473 /* ctxt->wellFormed = oldwellFormed; */
750 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
800 if (ctxt->validate && ctxt->wellFormed &&
850 if ((ctxt->validate) && (ctxt->wellFormed) &&
1026 if (ctxt->validate && ctxt->wellFormed &&
1180 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1243 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1276 ctxt->wellFormed
[all...]
H A Dlegacy.c198 *((int *) result) = ctxt->wellFormed;
316 ctxt->wellFormed = *((int *) value);
H A Dparser.c270 ctxt->wellFormed = 0;
477 ctxt->wellFormed = 0;
503 ctxt->wellFormed = 0;
610 ctxt->wellFormed = 0;
642 ctxt->wellFormed = 0;
671 ctxt->wellFormed = 0;
6895 if (!ctxt->wellFormed)
7299 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
7302 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
9278 if (ctxt->wellFormed
[all...]
H A DparserInternals.c151 ctxt->wellFormed = 0;
178 ctxt->wellFormed = 0;
206 ctxt->wellFormed = 0;
1728 ctxt->wellFormed = 1;
H A DHTMLparser.c120 ctxt->wellFormed = 0;
145 ctxt->wellFormed = 0;
4686 if (! ctxt->wellFormed) return(-1);
4791 ctxt->wellFormed = 1;
5455 ctxt->wellFormed = 0;
5956 ctxt->wellFormed = 0;
6457 ctxt->wellFormed = 1;
H A Dxmlreader.c857 if ((val != 0) || (reader->ctxt->wellFormed == 0))
865 if ((val != 0) || (reader->ctxt->wellFormed == 0))
898 if ((val != 0) || (reader->ctxt->wellFormed == 0))
1267 if (reader->ctxt->wellFormed != 1)
1809 if (reader->ctxt->wellFormed != 1)
1839 if (reader->ctxt->wellFormed != 1)
H A Dxinclude.c465 if (pctxt->wellFormed) {
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c96 if (pctxt->wellFormed) {
/external/libxslt/libxslt/
H A Ddocuments.c96 if (pctxt->wellFormed) {
/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
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp165 return static_cast<XMLDocumentParser*>(document->parser())->wellFormed();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp254 if (!m_responseDocument->wellFormed())

Completed in 598 milliseconds

12