Lines Matching refs:owner
1451 this.SourceText=function(lines,owner){this.lines=lines; argument
1452 this.owner=owner
1866 this.container=this.owner.getPanel().toolButtonsNode;
1871 …me:"fbButton",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,di… property
1875 this.owner=null
1891 if(this.onUnpress){this.onUnpress.apply(this.owner,arguments)
1893 if(this.onPress){this.onPress.apply(this.owner,arguments)
1894 }}if(this.onClick){this.onClick.apply(this.owner,arguments)
1900 if(this.type=="normal"){if(this.onClick){this.onClick.apply(this.owner)
2401 …s.inspectButton=new Button({type:"toggle",element:$("fbChrome_btInspect"),owner:Firebug.Inspector,… property
5789 this.clearButton=new Button({element:$("fbConsole_btClear"),owner:Firebug.Console,onClick:Firebug.C… property
6259 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun}); property
6261 this.clearButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.… property
8223 this.clearButton=new Button({caption:"Clear",title:"Clear FBTrace logs",owner:Firebug.Trace,onClick… property