Searched defs:XPathStep (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMAgent.js114 WebInspector.DOMNode.XPathStep = function(value, optimized)
120 WebInspector.DOMNode.XPathStep.prototype = {
641 * @return {WebInspector.DOMNode.XPathStep}
653 return new WebInspector.DOMNode.XPathStep("//*[@id=\"" + this.getAttribute("id") + "\"]", true);
680 return new WebInspector.DOMNode.XPathStep(ownValue, this._nodeType === Node.DOCUMENT_NODE);

Completed in 752 milliseconds