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

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDecodedDataDocumentParser.h39 virtual bool wellFormed() const { return true; } function in class:blink::DecodedDataDocumentParser
H A DDocument.h529 bool wellFormed() const { return m_wellFormed; } function in class:blink::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) {
H A Dcatalog.c933 if (ctxt->wellFormed)
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h93 virtual bool wellFormed() const OVERRIDE { return !m_sawError; }
H A DXMLDocumentParser.cpp520 bool wellFormed = parser->appendFragmentSource(chunk); local
527 // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
528 return wellFormed;
1602 return context()->wellFormed || !xmlCtxtGetLastError(context());
/external/libxml2/
H A DSAX2.c150 ctxt->wellFormed = 0;
403 (ctxt->wellFormed && ctxt->myDoc))) {
499 /* ctxt->wellFormed = oldwellFormed; */
780 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
830 if (ctxt->validate && ctxt->wellFormed &&
880 if ((ctxt->validate) && (ctxt->wellFormed) &&
1056 if (ctxt->validate && ctxt->wellFormed &&
1210 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1273 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1306 ctxt->wellFormed
[all...]
H A Dlegacy.c198 *((int *) result) = ctxt->wellFormed;
316 ctxt->wellFormed = *((int *) value);
H A Dparser.c301 ctxt->wellFormed = 0;
516 ctxt->wellFormed = 0;
542 ctxt->wellFormed = 0;
649 ctxt->wellFormed = 0;
681 ctxt->wellFormed = 0;
710 ctxt->wellFormed = 0;
7155 if (!ctxt->wellFormed)
7583 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
7586 if ((ctxt->wellFormed == 1 ) && (ent == NULL) &&
9635 if (ctxt->wellFormed
[all...]
H A DparserInternals.c154 ctxt->wellFormed = 0;
181 ctxt->wellFormed = 0;
209 ctxt->wellFormed = 0;
1690 ctxt->wellFormed = 1;
H A Dxmlreader.c863 reader->ctxt->wellFormed = 0;
864 if (reader->ctxt->wellFormed == 0)
873 reader->ctxt->wellFormed = 0;
906 if (reader->ctxt->wellFormed)
907 reader->ctxt->wellFormed = 0;
914 if (reader->ctxt->wellFormed == 0) {
1824 if (reader->ctxt->wellFormed != 1)
1854 if (reader->ctxt->wellFormed != 1)
H A DHTMLparser.c123 ctxt->wellFormed = 0;
148 ctxt->wellFormed = 0;
4758 if (! ctxt->wellFormed) return(-1);
4863 ctxt->wellFormed = 1;
5540 ctxt->wellFormed = 0;
6076 ctxt->wellFormed = 0;
6571 ctxt->wellFormed = 1;
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c96 if (pctxt->wellFormed) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.cpp142 if (outerSVG->document().wellFormed() || !outerSVG->document().isSVGDocument())
H A DSVGUseElement.cpp104 return static_cast<XMLDocumentParser*>(document->parser())->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/xml/
H A DXMLHttpRequest.cpp253 if (!m_responseDocument->wellFormed())
1356 if (!m_responseDocument->wellFormed())

Completed in 601 milliseconds

12