Searched defs:DataGrid (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDataGrid.js29 * @param {!Array.<!WebInspector.DataGrid.ColumnDescriptor>} columnsArray
35 WebInspector.DataGrid = function(columnsArray, editCallback, deleteCallback, refreshCallback, contextMenuCallback)
142 /** @typedef {!{id: ?string, editable: boolean, longText: ?boolean, sort: !WebInspector.DataGrid.Order, sortable: boolean, align: !WebInspector.DataGrid.Align}} */
143 WebInspector.DataGrid.ColumnDescriptor;
145 WebInspector.DataGrid.Events = {
153 WebInspector.DataGrid.Order = {
159 WebInspector.DataGrid.Align = {
167 * @return {?WebInspector.DataGrid}
169 WebInspector.DataGrid
[all...]

Completed in 253 milliseconds