Home
last modified time | relevance | path

Searched refs:showColumn (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DNetworkPanel.js947 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");
DDataGrid.js461 showColumn: function(columnIdentifier) method in WebInspector.DataGrid
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0636641 (WebInspector.DataGrid.prototype.showColumn):