Searched defs:browseObject (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… method 1777 },browseObject:function(object,context){},persistObject:function(object,context){},getRealObject:fu… method 4308 },browseObject:function(file,context){openNewTab(file.href); method 4366 },browseObject:function(elt,context){var tag=elt.nodeName.toLowerCase(); method 4383 },browseObject:function(doc,context){openNewTab(doc.location.href); method 4394 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href); method 4404 },browseObject:function(win,context){openNewTab(win.location.href); method 4442 },browseObject:function(sourceLink,context){openNewTab(sourceLink.href); method 4449 },browseObject:function(sourceLink,context){},getTooltip:function(sourceFile){return sourceFile.href method 5488 },browseObject:function(spy,context){var url=spy.getURL(); method [all …]
|