Lines Matching refs:persistedState

1502 Firebug.context.persistedState.isOpen=false;
1570 var persistedState=prefs.persistedState||FBL.defaultPersistedState;
1572 }}if(Firebug.context&&persistedState){Firebug.context.persistedState=persistedState
1577 }}var persistedState=Firebug.context.persistedState;
1578 if(!persistedState){persistedState=Firebug.context.persistedState=FBL.defaultPersistedState
1579 }prefs.persistedState=persistedState;
1600 …hContext:function(browser,context){},destroyContext:function(context,persistedState){},showContext… argument
1841 }if(!panel.parentPanel){Firebug.context.persistedState.selectedPanelName=panelName
2272 var persistedState=prefs&&prefs.persistedState||defaultPersistedState;
2275 var height=persistedState.height||300;
2311 }else{var height=persistedState.popupHeight||300;
2314 var popupLeft=typeof persistedState.popupLeft=="number"?persistedState.popupLeft:browserWinLeft;
2316 var popupTop=typeof persistedState.popupTop=="number"?persistedState.popupTop:Math.max(0,Math.min(b…
2317 var popupWidth=typeof persistedState.popupWidth=="number"?persistedState.popupWidth:Math.max(0,Math…
2318 var popupHeight=typeof persistedState.popupHeight=="number"?persistedState.popupHeight:300;
2481 setTimeout(function(){self.selectPanel(Firebug.context.persistedState.selectedPanelName);
2482 if(Firebug.context.persistedState.selectedPanelName=="Console"&&Firebug.CommandLine){Firebug.chrome…
2557 }var shouldOpen=forceOpen||!Firebug.context.persistedState.isOpen;
2570 }else{Firebug.context.persistedState.selectedPanelName=oldChrome.selectedPanel.name
2573 …+"px",sideWidthValue=Firebug.chrome.sidePanelVisible?Firebug.context.persistedState.sidePanelWidth…
2641 Firebug.context.persistedState.height=size.height;
2665 },open:function(){if(!Firebug.context.persistedState.isOpen){Firebug.context.persistedState.isOpen=…
2679 }},close:function(){if(Firebug.context.persistedState.isOpen){if(this.isInitialized){this.shutdown()
2680 }Firebug.context.persistedState.isOpen=false;
2702 }if(fbVSplitterStyle){fbVSplitterStyle.right=Firebug.context.persistedState.sidePanelWidth+"px"
2729 node.style.height=Firebug.context.persistedState.height+"px";
2754 Firebug.context.persistedState.popupTop=top;
2755 Firebug.context.persistedState.popupLeft=left;
2756 Firebug.context.persistedState.popupWidth=size.width;
2757 Firebug.context.persistedState.popupHeight=size.height;
2855 Firebug.context.persistedState.height=chromeHeight;
2877 Firebug.context.persistedState.sidePanelWidth=x;
3598 var offsetHeight=Firebug.chrome.type=="frame"?Firebug.context.persistedState.height:0;
5642 }},initContext:function(context,persistedState){Firebug.ActivableModule.initContext.apply(this,argu… argument
5654 },destroyContext:function(context,persistedState){Firebug.Console.injector.detachConsole(context,co… argument
6222 var _stack=function(command){Firebug.context.persistedState.commandHistory.push(command);
6223 Firebug.context.persistedState.commandPointer=Firebug.context.persistedState.commandHistory.length
6236 Firebug.context.persistedState.commandHistory=Firebug.context.persistedState.commandHistory||[];
6237 Firebug.context.persistedState.commandPointer=Firebug.context.persistedState.commandPointer||-1;
6284persistedState.commandPointer>0&&Firebug.context.persistedState.commandHistory.length>0){this.elem…
6286 var limit=Firebug.context.persistedState.commandHistory.length-1;
6287 var i=Firebug.context.persistedState.commandPointer;
6288 if(i<limit){element.value=Firebug.context.persistedState.commandHistory[++Firebug.context.persisted…
6289 }else{if(i==limit){++Firebug.context.persistedState.commandPointer;
6479persistedState.selectedHTMLElementId=Firebug.context.persistedState.selectedHTMLElementId&&Element…
6480 Firebug.HTML.selectTreeNode(Firebug.context.persistedState.selectedHTMLElementId)
6490 …nction(){if(Firebug.context.persistedState.selectedHTMLElementId){Firebug.HTML.selectTreeNode(Fire…
6507 Firebug.context.persistedState.selectedHTMLElementId=e.id;
7452 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);
8136 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);