HomeSort by relevance Sort by last modified time
    Searched refs:nb_defaulted (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 131 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 118 int nb_defaulted,
parser.h 679 * @nb_defaulted: the number of defaulted attributes. The defaulted
696 int nb_defaulted,
    [all...]
  /external/libxml2/include/libxml/
SAX2.h 118 int nb_defaulted,
parser.h 679 * @nb_defaulted: the number of defaulted attributes. The defaulted
696 int nb_defaulted,
    [all...]
  /external/chromium_org/third_party/libxml/src/
testSAX.c 891 int nb_defaulted,
919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
SAX2.c     [all...]
runtest.c     [all...]
xmllint.c     [all...]
xmlreader.c 691 * nb_defaulted: the number of defaulted attributes.
705 int nb_defaulted,
716 namespaces, nb_attributes, nb_defaulted,
    [all...]
testapi.c 5096 int nb_defaulted; \/* the number of defaulted attributes. *\/ local
5121 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
    [all...]
xmlschemas.c     [all...]
  /external/libxml2/
SAX2.c     [all...]
xmllint.c     [all...]
xmlreader.c 691 * nb_defaulted: the number of defaulted attributes.
705 int nb_defaulted,
716 namespaces, nb_attributes, nb_defaulted,
    [all...]
xmlschemas.c     [all...]

Completed in 145 milliseconds