Searched refs:simpleSelector (Results 1 – 5 of 5) sorted by relevance
199 …title.createTextChild(node ? WebInspector.DOMPresentationUtils.simpleSelector(node) : "#" + layer.…
263 this.titleElement.textContent = WebInspector.DOMPresentationUtils.simpleSelector(node);
239 var selectorText = WebInspector.DOMPresentationUtils.simpleSelector(node);942 …opertiesSection(this, this._node ? WebInspector.DOMPresentationUtils.simpleSelector(this._node) : …
178 WebInspector.DOMPresentationUtils.simpleSelector = function(node) function
1290 RefPtr<TypeBuilder::CSS::Selector> simpleSelector = TypeBuilder::CSS::Selector::create() in selectorsFromSource() local1292 simpleSelector->setRange(buildSourceRangeObject(range, lineEndings().get())); in selectorsFromSource()1293 result->addItem(simpleSelector.release()); in selectorsFromSource()