Home
last modified time | relevance | path

Searched defs:newtag (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
DHTMLparser.c1487 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose()
1509 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose()
1578 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose()
1662 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.c1325 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) in htmlCheckAutoClose()
1362 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoCloseOnClose()
1431 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) in htmlAutoClose()
1515 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) { in htmlCheckImplied()
/third_party/python/Lib/tkinter/
D__init__.py2723 def addtag_above(self, newtag, tagOrId): argument
2727 def addtag_all(self, newtag): argument
2731 def addtag_below(self, newtag, tagOrId): argument
2735 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument
2742 def addtag_enclosed(self, newtag, x1, y1, x2, y2): argument
2747 def addtag_overlapping(self, newtag, x1, y1, x2, y2): argument
2752 def addtag_withtag(self, newtag, tagOrId): argument