Searched refs:showColumn (Results 1 – 3 of 3) sorted by relevance
947 this._dataGrid.showColumn("method");948 this._dataGrid.showColumn("status");949 this._dataGrid.showColumn("type");950 this._dataGrid.showColumn("size");951 this._dataGrid.showColumn("time");963 this._dataGrid.showColumn("timeline");
461 showColumn: function(columnIdentifier) method in WebInspector.DataGrid
36641 (WebInspector.DataGrid.prototype.showColumn):