Lines Matching refs:state

879 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.…  argument
883 ….getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL… argument
1389 var state=this.getState(t);
1390 if(fn=o["on"+state]){fn(this.getResponse(o),o)
1391 }if(state=="Complete"){var success=t.status==200,response=this.getResponse(o);
1631 },destroy:function(state){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.destroy",this.na… argument
1667 },show:function(state){var options=this.options; argument
1674 }},hide:function(state){var options=this.options; argument
1851 this.state="unpressed";
1860 …n",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,display:null,…
1871 },changeState:function(state){this.state=state; argument
1872 this.changeDisplay(state)
1879 }else{if(this.type=="toggle"){if(this.state=="pressed"){this.changeState("unpressed");
5797 },ishow:function(state){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.panel show; "+this.context.… argument
5803 if(state&&state.wasScrolledToBottom){this.wasScrolledToBottom=state.wasScrolledToBottom;
5804 delete state.wasScrolledToBottom
5807 }}else{this.hide(state);
5809 }},ihide:function(state){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.panel hide; "+this.context… argument
5813 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBot… argument
5814 }if(state){state.wasScrolledToBottom=this.wasScrolledToBottom
7267 },destroy:function(state){Firebug.Panel.destroy.apply(this,arguments) argument
7272 },ishow:function(state){Firebug.Inspector.stopInspecting(true); argument
7274 if(this.context.loaded&&!this.location){restoreObjects(this,state);
7276 }if(state&&state.scrollTop){this.panelNode.scrollTop=state.scrollTop
7454 }},ishow:function(state){},watchWindow:function(win){if(domUtils){var doc=win.document argument
7468 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7470 …":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateContentState,thi…
7471 …l:":hover",type:"checkbox",checked:state&STATE_HOVER,command:bindFixed(this.updateContentState,thi…
7473 …ontentState:function(state,remove){domUtils.setContentState(remove?this.selection.ownerDocument.do… argument
7478 if(sel){}},contentStateCheck:function(state){if(!state||this.contentState&state){var timeoutRunner=… argument
7896 },ishow:function(state){if(this.context.loaded&&!this.selection){if(!state){this.select(null); argument
7898 }if(state.viewPath){this.viewPath=state.viewPath
7899 }if(state.propertyPath){this.propertyPath=state.propertyPath
7902 if(state.firstSelection){var restored=state.firstSelection(this.context);
7920 }}}var selection=state.pathIndex<=this.objectPath.length-1?this.getPathObject(state.pathIndex):this…