HomeSort by relevance Sort by last modified time
    Searched full:nb_namespaces (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/dom/
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...]
XMLDocumentParser.h 263 void startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
  /external/libxml2/include/libxml/
SAX2.h 115 int nb_namespaces,
parser.h 676 * @nb_namespaces: number of namespace definitions on that node
693 int nb_namespaces,
    [all...]
  /external/libxml2/
pattern.c 183 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
309 cur->nb_namespaces = i;
311 cur->nb_namespaces = 0;
958 for (i = 0;i < ctxt->nb_namespaces;i++) {
964 if (i >= ctxt->nb_namespaces) {
1079 for (i = 0;i < ctxt->nb_namespaces;i++) {
1085 if (i >= ctxt->nb_namespaces) {
1146 for (i = 0;i < ctxt->nb_namespaces;i++) {
1152 if (i >= ctxt->nb_namespaces) {
    [all...]
SAX2.c     [all...]
xmllint.c     [all...]
xmlreader.c 688 * @nb_namespaces: number of namespace definitions on that node
702 int nb_namespaces,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
    [all...]

Completed in 405 milliseconds