Searched refs:appropriateSelectorFor (Results 1 – 4 of 4) sorted by relevance
217 this.titleElement.textContent = node.appropriateSelectorFor();
224 appropriateSelectorFor: function(justSelector) method in WebInspector.DOMNode
507 …nspector.BlankStylePropertiesSection(this, this.node ? this.node.appropriateSelectorFor(true) : ""…
30327 Moved the affected method onto the DOMNode.prototype as "appropriateSelectorFor".30330 (WebInspector.DOMNode.prototype.appropriateSelectorFor):