Searched refs:nodeNameInCorrectCase (Results 1 – 5 of 5) sorted by relevance
36 var title = node.nodeNameInCorrectCase();235 return new WebInspector.DOMNodePathStep(node.nodeNameInCorrectCase(), true);237 var nodeName = node.nodeNameInCorrectCase();343 if (sibling.nodeNameInCorrectCase() !== nodeName)
813 … crumbTitle = current.shadowRootType() ? "#shadow-root" : current.nodeNameInCorrectCase();817 crumbTitle = current.nodeNameInCorrectCase();
2393 var tagName = node.nodeNameInCorrectCase();2484 fragmentElement.textContent = node.nodeNameInCorrectCase().collapseWhitespace();2487 info.titleDOM.createTextChild(node.nodeNameInCorrectCase().collapseWhitespace());
683 …attrStyle.selectorText = node.nodeNameInCorrectCase() + "[" + WebInspector.UIString("Attributes St…
284 nodeNameInCorrectCase: function() method in WebInspector.DOMNode