Searched refs:xmlGetID (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXSLStyleSheetLibxslt.cpp195 xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));
/external/libxml2/include/libxml/
H A Dvalid.h275 xmlGetID (xmlDocPtr doc,
/external/libxml2/
H A Dvalid.c2764 * xmlGetID:
2773 xmlGetID(xmlDocPtr doc, const xmlChar *ID) { function
6456 id = xmlGetID(ctxt->doc, str);
6470 id = xmlGetID(ctxt->doc, name);
6492 id = xmlGetID(ctxt->doc, str);
H A Delfgcchack.h3967 #undef xmlGetID macro
3968 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
3970 #ifndef xmlGetID
3971 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
3972 #define xmlGetID xmlGetID__internal_alias macro
H A Dxpath.c8529 attr = xmlGetID(doc, ID);
/external/libxslt/libxslt/
H A Dpattern.c810 id = xmlGetID(node->doc, step->value);

Completed in 315 milliseconds