HomeSort by relevance Sort by last modified time
    Searched defs:wellFormed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.h 39 virtual bool wellFormed() const { return true; }
Document.h 529 bool wellFormed() const { return m_wellFormed; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 520 bool wellFormed = parser->appendFragmentSource(chunk);
527 // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
528 return wellFormed;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]
  /external/libxml2/include/libxml/
parser.h 188 int wellFormed; /* is the document well formed */
    [all...]

Completed in 283 milliseconds