Lines Matching defs:state

890 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.hasClass(node,state)
894 this.getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.hasClass(node,state)
1400 var state=this.getState(t);
1401 if(fn=o["on"+state]){fn(this.getResponse(o),o)
1402 }if(state=="Complete"){var success=t.status==200,response=this.getResponse(o);
1642 },destroy:function(state){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.destroy",this.name)
1678 },show:function(state){var options=this.options;
1685 }},hide:function(state){var options=this.options;
1862 this.state="unpressed";
1871 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseClassName:"fbButton",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,display:null,destroy:function(){this.shutdown();
1882 },changeState:function(state){this.state=state;
1883 this.changeDisplay(state)
1890 }else{if(this.type=="toggle"){if(this.state=="pressed"){this.changeState("unpressed");
5808 },ishow:function(state){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.panel show; "+this.context.getName(),state)
5814 if(state&&state.wasScrolledToBottom){this.wasScrolledToBottom=state.wasScrolledToBottom;
5815 delete state.wasScrolledToBottom
5818 }}else{this.hide(state);
5820 }},ihide:function(state){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.panel hide; "+this.context.getName(),state)
5824 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBottom(this.panelNode)
5825 }if(state){state.wasScrolledToBottom=this.wasScrolledToBottom
7278 },destroy:function(state){Firebug.Panel.destroy.apply(this,arguments)
7283 },ishow:function(state){Firebug.Inspector.stopInspecting(true);
7285 if(this.context.loaded&&!this.location){restoreObjects(this,state);
7287 }if(state&&state.scrollTop){this.panelNode.scrollTop=state.scrollTop
7465 }},ishow:function(state){},watchWindow:function(win){if(domUtils){var doc=win.document
7479 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7481 ret.push({label:":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateContentState,this,STATE_ACTIVE,state&STATE_ACTIVE)});
7482 ret.push({label:":hover",type:"checkbox",checked:state&STATE_HOVER,command:bindFixed(this.updateContentState,this,STATE_HOVER,state&STATE_HOVER)})
7484 },updateContentState:function(state,remove){domUtils.setContentState(remove?this.selection.ownerDocument.documentElement:this.selection,state);
7489 if(sel){}},contentStateCheck:function(state){if(!state||this.contentState&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentState(this.selection);
7907 },ishow:function(state){if(this.context.loaded&&!this.selection){if(!state){this.select(null);
7909 }if(state.viewPath){this.viewPath=state.viewPath
7910 }if(state.propertyPath){this.propertyPath=state.propertyPath
7913 if(state.firstSelection){var restored=state.firstSelection(this.context);
7931 }}}var selection=state.pathIndex<=this.objectPath.length-1?this.getPathObject(state.pathIndex):this.getPathObject(this.objectPath.length-1);