Searched refs:_createSpan (Results 1 – 1 of 1) sorted by relevance
158 keyCell.appendChild(this._createSpan("help-key-delimiter", ":"));170 var delimiterSpan = this._createSpan("help-key-delimiter", delimiter);181 var plus = this._createSpan("help-combine-keys", "+");182 … return this._joinNodes(keyName.split(" + ").map(this._createSpan.bind(this, "help-key")), plus);190 _createSpan: function(className, textContent) method in WebInspector.ShortcutsSection