Lines Matching refs:selection

1228 …getInputSelectionStart=function(input){if(document.selection){var range=input.ownerDocument.select…
1700 …s.name+" forceUpdate: "+forceUpdate+" "+object+((object==this.selection)?"==":"!=")+this.selection)
1701 }if(forceUpdate||object!=this.selection){this.selection=object;
1753 var menu=this.getContextMenuItems(this.selection,target);
7116 }else{if(this.selection){this.updateSelection(this.selection)
7194 var styleRuleBox=rulesBox&&Firebug.getElementByRepObject(rulesBox,this.selection);
7195 if(!styleRuleBox){var rule={rule:this.selection,inherited:false,selector:"element.style",props:[]};
7304 }},updateSelection:function(object){this.selection=null;
7326 }}if(isElement(this.selection)){items.push({label:"EditStyle",command:bindFixed(this.editElementSty…
7327 }else{if(!isSystemStyleSheet(this.selection)){items.push({label:"NewRule",command:bindFixed(this.in…
7414 }else{return this.selection.ownerDocument.location.href
7463 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);
7464 if(selection){this.select(selection,true)
7479 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7484 …ate,remove){domUtils.setContentState(remove?this.selection.ownerDocument.documentElement:this.sele…
7489 …ate&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentState(this.selection);
7494 function safeGetContentState(selection){try{return domUtils.getContentState(selection) argument
7840 },rebuild:function(update,scrollTop){var members=getMembers(this.selection);
7883 return object?object:this.selection
7907 },ishow:function(state){if(this.context.loaded&&!this.selection){if(!state){this.select(null);
7931 }}}var selection=state.pathIndex<=this.objectPath.length-1?this.getPathObject(state.pathIndex):this…
7932 this.select(selection)
8147 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);
8148 if(selection){this.select(selection,true)