Lines Matching refs:tab

1729 },highlight:function(show){var tab=this.getTab();
1730 if(!tab){return
1731 }if(show){tab.setAttribute("highlight","true")
1732 }else{tab.removeAttribute("highlight")
1734 var tab=chrome.$("fbPanelBar2").getTab(this.name);
1735 if(!tab){tab=chrome.$("fbPanelBar1").getTab(this.name)
1736 }return tab
5156 },selectTabByName:function(netInfoBox,tabName){var tab=getChildByClass(netInfoBox,"netInfoTabs","ne…
5157 if(tab){this.selectTab(tab)
5158 }},selectTab:function(tab){var view=tab.getAttribute("view"); argument
5159 var netInfoBox=getAncestorByClass(tab,"netInfoBody");
5165 selectedTab=netInfoBox.selectedTab=tab;
5177 }var tab=netInfoBox.selectedTab;
5178 if(hasClass(tab,"netInfoParamsTab")){if(file.urlParams&&!netInfoBox.urlParamsPresented){netInfoBox.…
5180 }}else{if(hasClass(tab,"netInfoHeadersTab")){var headersText=$$(".netInfoHeadersText",netInfoBox)[0…
5185 }}else{if(hasClass(tab,"netInfoPostTab")){if(!netInfoBox.postPresented){netInfoBox.postPresented=tr…
5188 }}else{if(hasClass(tab,"netInfoPutTab")){if(!netInfoBox.putPresented){netInfoBox.putPresented=true;
5191 }}else{if(hasClass(tab,"netInfoResponseTab")&&file.loaded&&!netInfoBox.responsePresented){var respo…
5198 }}else{if(hasClass(tab,"netInfoCacheTab")&&file.loaded&&!netInfoBox.cachePresented){var responseTex…
5201 }}else{if(hasClass(tab,"netInfoHtmlTab")&&file.loaded&&!netInfoBox.htmlPresented){netInfoBox.htmlPr…
5536 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab;
5538 if(!hasClass(tab,"netInfoJSONTab")||tabBody.updated){return
5559 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab;
5561 if(!hasClass(tab,"netInfoXMLTab")||tabBody.updated){return