HomeSort by relevance Sort by last modified time
    Searched full:wellformed (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/net/
quoted_printable.h 22 // was wellformed quoted-printable, false otherwise, in which case it still
  /external/webkit/Source/WebCore/dom/
DecodedDataDocumentParser.h 37 virtual bool wellFormed() const { return true; }
XMLDocumentParser.cpp 399 bool wellFormed = parser->appendFragmentSource(chunk);
403 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
XMLDocumentParser.h 61 virtual bool wellFormed() const { return !m_sawError; }
214 virtual bool wellFormed() const { return !m_sawError; }
Document.h 580 bool wellFormed() const { return m_wellFormed; }
    [all...]
XMLDocumentParserLibxml2.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 159 && config.wellFormed
171 config.wellFormed = true;
277 return config.wellFormed;
280 config.wellFormed = (Boolean) value;
297 private boolean wellFormed = true;
460 if (wellFormed && !isValid(s)) {
  /external/webkit/Source/WebCore/wml/
WMLDocument.cpp 52 if (!parser->wellFormed()) {
WMLErrorHandling.cpp 48 if (!parser->wellFormed())
  /external/libxml2/
SAX2.c 133 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 &&
    [all...]
parser.c 270 ctxt->wellFormed = 0;
477 ctxt->wellFormed = 0;
503 ctxt->wellFormed = 0;
610 ctxt->wellFormed = 0;
642 ctxt->wellFormed = 0;
671 ctxt->wellFormed = 0;
    [all...]
parserInternals.c 151 ctxt->wellFormed = 0;
178 ctxt->wellFormed = 0;
206 ctxt->wellFormed = 0;
    [all...]
legacy.c 198 *((int *) result) = ctxt->wellFormed;
316 ctxt->wellFormed = *((int *) value);
    [all...]
xmlreader.c 857 if ((val != 0) || (reader->ctxt->wellFormed == 0))
865 if ((val != 0) || (reader->ctxt->wellFormed == 0))
898 if ((val != 0) || (reader->ctxt->wellFormed == 0))
    [all...]
HTMLparser.c 120 ctxt->wellFormed = 0;
145 ctxt->wellFormed = 0;
    [all...]
tree.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 184 private final static int WELLFORMED = 0x1 << 14;
576 if ((fFeatures & WELLFORMED) != 0) {
609 if ((fFeatures & WELLFORMED) != 0) {
696 if ((fFeatures & WELLFORMED) != 0) {
893 if ((fFeatures & WELLFORMED) != 0) {
    [all...]
LSSerializerImpl.java 164 private final static int WELLFORMED = 0x1 << 14;
222 fFeatures |= WELLFORMED;
451 return ((fFeatures & WELLFORMED) != 0) ? Boolean.TRUE : Boolean.FALSE;
477 (fFeatures & WELLFORMED) != 0 &&
597 fFeatures = state ? fFeatures | WELLFORMED : fFeatures
598 & ~WELLFORMED;
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/libxslt/libxslt/
documents.c 96 if (pctxt->wellFormed) {
transform.c     [all...]
  /external/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 134 ASSERT(!m_targetElementInstance || ((document()->isSVGDocument() || document()->isXHTMLDocument()) && !static_cast<XMLDocumentParser*>(document()->parser())->wellFormed()));
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 254 if (!m_responseXML->wellFormed())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 600 // call expression is wellformed.
    [all...]

Completed in 3068 milliseconds

1 2