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

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 913 static inline void handleElementAttributes(Vector<Attribute>& prefixedAttributes, const xmlChar** libxmlAttributes, int nbAttributes, ExceptionState& es)
915 xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes);
932 const xmlChar** libxmlNamespaces, int nbAttributes, int nbDefaulted, const xmlChar** libxmlAttributes)
939 nbAttributes, nbDefaulted, libxmlAttributes)));
972 handleElementAttributes(prefixedAttributes, libxmlAttributes, nbAttributes, es);
    [all...]
XMLDocumentParser.h 131 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);

Completed in 271 milliseconds