Home
last modified time | relevance | path

Searched refs:DOMNodePathStep (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DDOMPresentationUtils.js232 return new WebInspector.DOMNodePathStep(idSelector(id), true);
235 return new WebInspector.DOMNodePathStep(node.nodeNameInCorrectCase(), true);
240 return new WebInspector.DOMNodePathStep(nodeName + idSelector(id), true);
243 return new WebInspector.DOMNodePathStep(nodeName, true);
378 return new WebInspector.DOMNodePathStep(result, false);
422 … return new WebInspector.DOMNodePathStep("//*[@id=\"" + node.getAttribute("id") + "\"]", true);
449 return new WebInspector.DOMNodePathStep(ownValue, node.nodeType() === Node.DOCUMENT_NODE);
504 WebInspector.DOMNodePathStep = function(value, optimized) class in WebInspector
510 WebInspector.DOMNodePathStep.prototype = {