Home
last modified time | relevance | path

Searched refs:isSelfClosingTag (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py530 self.isSelfClosing = parser.isSelfClosingTag(name)
1205 def isSelfClosingTag(self, name): member in BeautifulStoneSoup
1337 if not self.isSelfClosingTag(name) and not selfClosing:
1349 if selfClosing or self.isSelfClosingTag(name):