HomeSort by relevance Sort by last modified time
    Searched refs:nb_attributes (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)
96 callback->nb_attributes = nb_attributes;
98 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
99 for (int i = 0; i < nb_attributes; i++) {
208 for (int i = 0; i < nb_attributes; i++)
218 nb_attributes, nb_defaulted, const_cast<const xmlChar**>(attributes));
226 int nb_attributes; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
703 static inline void handleElementAttributes(Element* newElement, const xmlChar** libxmlAttributes, int nb_attributes, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
706 for (int i = 0; i < nb_attributes; i++)
    [all...]
XMLTokenizer.h 240 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /external/libxml2/include/libxml/
SAX2.h 117 int nb_attributes,
parser.h 670 * @nb_attributes: the number of attributes on that node
687 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 30 milliseconds