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

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 89 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
100 callback->nb_attributes = nb_attributes;
102 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
103 for (int i = 0; i < nb_attributes; i++) {
211 for (int i = 0; i < nb_attributes; i++)
221 nb_attributes, nb_defaulted, const_cast<const xmlChar**>(attributes));
229 int nb_attributes; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
729 static inline void handleElementAttributes(Element* newElement, const xmlChar** libxmlAttributes, int nb_attributes, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
732 for (int i = 0; i < nb_attributes; i++)
    [all...]
XMLDocumentParser.h 264 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /external/libxml2/include/libxml/
SAX2.h 117 int nb_attributes,
parser.h 678 * @nb_attributes: the number of attributes on that node
695 int nb_attributes,
    [all...]
  /external/libxml2/
SAX2.c     [all...]
xmllint.c     [all...]
xmlreader.c 690 * @nb_attributes: the number of attributes on that node
704 int nb_attributes,
716 namespaces, nb_attributes, nb_defaulted,
    [all...]
xmlschemas.c     [all...]

Completed in 3685 milliseconds