Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4352 },persistor:function(context,xpath){var elts=xpath?getElementsByXPath(context.window.document,xpath…
7027 this.getElementsByXPath=function(doc,xpath){var nodes=[]; method
7036 return this.getElementsByXPath(doc,xpath)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js16256 ? getElementsByXPath(context.window.document, xpath)
26375 this.getElementsByXPath = function(doc, xpath) method
26397 return this.getElementsByXPath(doc, xpath);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4363 },persistor:function(context,xpath){var elts=xpath?getElementsByXPath(context.window.document,xpath):null;
7038 this.getElementsByXPath=function(doc,xpath){var nodes=[]; method
7047 return this.getElementsByXPath(doc,xpath)