Searched refs:onInspecting (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 3501 addEvent(fbInspectFrame,"mousemove",Firebug.Inspector.onInspecting); 3505 }removeEvent(fbInspectFrame,"mousemove",Firebug.Inspector.onInspecting); 3518 },onInspecting:function(e){if(new Date().getTime()-lastInspecting>30){fbInspectFrame.style.display=… method in Firebug.Inspector
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 13721 addEvent(fbInspectFrame, "mousemove", Firebug.Inspector.onInspecting); 13730 removeEvent(fbInspectFrame, "mousemove", Firebug.Inspector.onInspecting); 13759 onInspecting: function(e) method in Firebug.Inspector
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 3512 addEvent(fbInspectFrame,"mousemove",Firebug.Inspector.onInspecting); 3516 }removeEvent(fbInspectFrame,"mousemove",Firebug.Inspector.onInspecting); 3529 },onInspecting:function(e){if(new Date().getTime()-lastInspecting>30){fbInspectFrame.style.display="none"; method in Firebug.Inspector
|