Searched refs:getElementsByXPath (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4352 },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 D | firebug-lite-debug.js | 16256 ? getElementsByXPath(context.window.document, xpath) 26375 this.getElementsByXPath = function(doc, xpath) method 26397 return this.getElementsByXPath(doc, xpath);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4363 },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)
|