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

  /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/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 89 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
101 callback->nb_defaulted = nb_defaulted;
221 nb_attributes, nb_defaulted, const_cast<const xmlChar**>(attributes));
230 int nb_defaulted; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
746 const xmlChar** libxmlNamespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes)
753 nb_attributes, nb_defaulted, libxmlAttributes);
    [all...]
XMLDocumentParser.h 264 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /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...]

Completed in 164 milliseconds