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

  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 75 void appendStartElementNSCallback(const XML_Char* name, const XML_Char** atts) {
424 m_pendingCallbacks->appendStartElementNSCallback(name, atts);
XMLTokenizerLibxml2.cpp 84 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
727 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
    [all...]

Completed in 187 milliseconds