XMLDocumentParserLibxml2.cpp | 88 void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, 96 callback->nb_namespaces = nb_namespaces; 97 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2)); 98 for (int i = 0; i < nb_namespaces * 2 ; i++) 208 for (int i = 0; i < nb_namespaces * 2; i++) 220 nb_namespaces, const_cast<const xmlChar**>(namespaces), 227 int nb_namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback 706 static inline void handleElementNamespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission) 709 for (int i = 0; i < nb_namespaces; i++) [all...] |