Searched refs:isClosingTag (Results 1 – 1 of 1) sorted by relevance
1260 _tagHTML: function(tagName, isClosingTag, isDistinctTreeElement, linkify) argument1263 …var result = "<span class=\"webkit-html-tag" + (isClosingTag && isDistinctTreeElement ? " close" :…1264 …result += "<span " + (isClosingTag ? "" : "class=\"webkit-html-tag-name\"") + ">" + (isClosingTag …1265 if (!isClosingTag && node.hasAttributes()) {