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

  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 85 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
97 callback->nb_defaulted = nb_defaulted;
218 nb_attributes, nb_defaulted, const_cast<const xmlChar**>(attributes));
227 int nb_defaulted; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
721 const xmlChar** libxmlNamespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes)
728 nb_attributes, nb_defaulted, libxmlAttributes);
    [all...]
XMLTokenizer.h 240 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /external/libxml2/include/libxml/
SAX2.h 118 int nb_defaulted,
parser.h 671 * @nb_defaulted: the number of defaulted attributes. The defaulted
688 int nb_defaulted,
    [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 62 milliseconds