Searched refs:nb_defaulted (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParserLibxml2.cpp | 89 … const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes) in appendStartElementNSCallback() argument 101 callback->nb_defaulted = nb_defaulted; in appendStartElementNSCallback() 221 … nb_attributes, nb_defaulted, const_cast<const xmlChar**>(attributes)); in call() 230 int nb_defaulted; member 746 …const xmlChar** libxmlNamespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttri… in startElementNs() argument 753 … nb_attributes, nb_defaulted, libxmlAttributes); in startElementNs() 1115 …int nb_namespaces, const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar*… in startElementNsHandler() argument 1120 …tNs(localname, prefix, uri, nb_namespaces, namespaces, nb_attributes, nb_defaulted, libxmlAttribut… in startElementNsHandler()
|
D | XMLDocumentParser.h | 264 …const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 118 int nb_defaulted,
|
D | parser.h | 688 int nb_defaulted,
|
/external/libxml2/ |
D | SAX2.c | 2142 int nb_defaulted, in xmlSAX2StartElementNs() argument 2261 if ((nb_defaulted != 0) && in xmlSAX2StartElementNs() 2263 nb_attributes -= nb_defaulted; in xmlSAX2StartElementNs()
|
D | xmllint.c | 1517 int nb_defaulted, in startElementNsDebug() argument 1545 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); in startElementNsDebug()
|
D | xmlreader.c | 705 int nb_defaulted, in xmlTextReaderStartElementNs() argument 716 namespaces, nb_attributes, nb_defaulted, in xmlTextReaderStartElementNs()
|
D | xmlschemas.c | 27167 int nb_defaulted ATTRIBUTE_UNUSED, in xmlSchemaSAXHandleStartElementNs() 28345 int nb_attributes, int nb_defaulted, in startElementNsSplit() argument 28354 nb_attributes, nb_defaulted, in startElementNsSplit() 28359 nb_attributes, nb_defaulted, in startElementNsSplit()
|