Home | History | Annotate | Download | only in front-end

Lines Matching full:drawer

446     this.drawer = new WebInspector.Drawer();
447 this.console = new WebInspector.ConsoleView(this.drawer);
449 // this.changes = new WebInspector.ChangesView(this.drawer);
451 this.drawer.visibleView = this.console;
577 this.drawer.resize();
676 if (this.drawer.fullPanel)
679 this.drawer.visible = !this.drawer.visible;
884 this.drawer.resize();
970 this.drawer.showView(this.console);
975 this.drawer.showView(this.changes);
1575 // and hit console drawer handler.