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

  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 84 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
90 callback->xmlPrefix = xmlStrdup(xmlPrefix);
203 xmlFree(xmlPrefix);
216 tokenizer->startElementNs(xmlLocalName, xmlPrefix, xmlURI,
222 xmlChar* xmlPrefix;
720 void XMLTokenizer::startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
727 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
744 String prefix = toString(xmlPrefix);
    [all...]
XMLTokenizer.h 239 void startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,

Completed in 13 milliseconds