Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7459 if(domUtils){this.contentState=safeGetContentState(element);
7468 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7478 …ntState&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentState(this.select…
7483 function safeGetContentState(selection){try{return domUtils.getContentState(selection) function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js28138 this.contentState = safeGetContentState(element);
28184 var state = safeGetContentState(this.selection);
28239 var newState = safeGetContentState(this.selection);
28252 function safeGetContentState(selection) function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7470 if(domUtils){this.contentState=safeGetContentState(element);
7479 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7489 if(sel){}},contentStateCheck:function(state){if(!state||this.contentState&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentState(this.selection);
7494 function safeGetContentState(selection){try{return domUtils.getContentState(selection) function
7495 }catch(e){if(FBTrace.DBG_ERRORS){FBTrace.sysout("css.safeGetContentState; EXCEPTION",e)