Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
Dsimple_api_parser_test.js39 startTag: function (tagName, attrs, selfClosing) { argument
47 actual += selfClosing ? '/>' : '>';
Dtokenizer_test.js40 if (nextToken.selfClosing)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
Dsimple_api_parser.js83 this.handlers.startTag(token.tagName, token.attrs, token.selfClosing);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py1327 def unknown_starttag(self, name, attrs, selfClosing=0): argument
1337 if not self.isSelfClosingTag(name) and not selfClosing:
1349 if selfClosing or self.isSelfClosingTag(name):
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
DREADME.md139 startTag: function(tagName, attrs, selfClosing /*, [location] */) {
Dparse5.js1092 this.handlers.startTag(token.tagName, token.attrs, token.selfClosing);
1739 selfClosing: false,
3057 this.currentToken.selfClosing = true;
6566 if (token.selfClosing)
6578 if (token.selfClosing)
7844 if (token.selfClosing)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js290 selfClosing: false,
1608 this.currentToken.selfClosing = true;
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
Dparser.js1528 if (token.selfClosing)
1540 if (token.selfClosing)
2806 if (token.selfClosing)