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/ |
D | simple_api_parser_test.js | 39 startTag: function (tagName, attrs, selfClosing) { argument 47 actual += selfClosing ? '/>' : '>';
|
D | tokenizer_test.js | 40 if (nextToken.selfClosing)
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/ |
D | simple_api_parser.js | 83 this.handlers.startTag(token.tagName, token.attrs, token.selfClosing);
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/ |
D | BeautifulSoup.py | 1327 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/ |
D | README.md | 139 startTag: function(tagName, attrs, selfClosing /*, [location] */) {
|
D | parse5.js | 1092 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/ |
D | tokenizer.js | 290 selfClosing: false, 1608 this.currentToken.selfClosing = true;
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3-with-transitions.jar | META-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/ |
D | parser.js | 1528 if (token.selfClosing) 1540 if (token.selfClosing) 2806 if (token.selfClosing)
|