Searched refs:DataGrid (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DataGrid.js | 26 WebInspector.DataGrid = function(columns, editCallback, deleteCallback) class in WebInspector 157 WebInspector.DataGrid.prototype = { 985 WebInspector.DataGrid.prototype.__proto__ = WebInspector.Object.prototype; 1194 appendChild: WebInspector.DataGrid.prototype.appendChild, 1195 insertChild: WebInspector.DataGrid.prototype.insertChild, 1196 removeChild: WebInspector.DataGrid.prototype.removeChild, 1197 removeChildren: WebInspector.DataGrid.prototype.removeChildren, 1198 removeChildrenRecursive: WebInspector.DataGrid.prototype.removeChildrenRecursive,
|
D | DetailedHeapshotView.js | 38 WebInspector.DataGrid.call(this, columns); 56 WebInspector.HeapSnapshotContainmentDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype; 60 WebInspector.DataGrid.call(this, columns); 111 WebInspector.HeapSnapshotSortableDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype; 246 WebInspector.DataGrid.call(this, columns); 264 WebInspector.HeapSnapshotDominatorsDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype;
|
D | DOMStorageItemsView.js | 109 …var dataGrid = new WebInspector.DataGrid(columns, this._editingCallback.bind(this), this._deleteCa…
|
D | CookiesTable.js | 65 …this._dataGrid = new WebInspector.DataGrid(columns, null, deleteCallback ? this._onDeleteFromGrid.…
|
D | CookieItemsView.js | 170 this._dataGrid = new WebInspector.DataGrid(columns);
|
D | ApplicationCacheItemsView.js | 189 this._dataGrid = new WebInspector.DataGrid(columns);
|
D | ProfileView.js | 49 this.dataGrid = new WebInspector.DataGrid(columns);
|
D | HeapSnapshotView.js | 82 this.dataGrid = new WebInspector.DataGrid(columns);
|
D | ResourcesPanel.js | 594 var dataGrid = new WebInspector.DataGrid(columns);
|
D | NetworkPanel.js | 179 this._dataGrid = new WebInspector.DataGrid(columns);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 16559 Turn off DataGrid support by default. 17064 Follow Apple's decision to disable HTML DataGrid by default. 20993 * inspector/front-end/DataGrid.js: 20994 (WebInspector.DataGrid): Added context menu listener. 20995 (WebInspector.DataGrid.prototype._contextMenuInDataTable): 21750 * inspector/front-end/DataGrid.js: 21751 (WebInspector.DataGrid.prototype._keyDown): 31095 * inspector/front-end/DataGrid.js: 31096 (WebInspector.DataGrid.prototype.insertChild): 31297 This implements Enter starting editing mode in an editable DataGrid. If the [all …]
|
D | ChangeLog-2010-12-06 | 18189 * inspector/front-end/DataGrid.js: 18190 (WebInspector.DataGrid): 18191 (WebInspector.DataGrid.prototype.isScrolledToLastRow): 18192 (WebInspector.DataGrid.prototype.scrollToLastRow): 25794 * inspector/front-end/DataGrid.js: 25795 …(WebInspector.DataGrid.prototype.autoSizeColumns): Optionally, traverse nested nodes when looking … 25796 (WebInspector.DataGrid.prototype._enumerateChildren): 25797 …(WebInspector.DataGrid.prototype.updateWidths): Skip attempt to calculate column widths if grid is… 36634 * inspector/front-end/DataGrid.js: 36635 (WebInspector.DataGrid): [all …]
|
D | ChangeLog-2008-08-10 | 10995 * page/inspector/DataGrid.js: 10996 (WebInspector.DataGrid): Remove the focusable class. 18767 and create a DataGrid. Sorts the profile by descending total time, 18769 (WebInspector.ProfileView.prototype.refresh): Clears the DataGrid 18776 refresh to rebuild the DataGrid. 18946 Adds a DataGrid object that is used for multi-column data 18948 A lot of DataGrid was copied from treeoutline.js. This change 18949 makes the database views use the DataGrid. It will later be 18954 * page/inspector/DataGrid.js: Added. Most copied from treeoutline.js 18959 the DataGrid element. [all …]
|
D | WebCore.gypi | 6193 'inspector/front-end/DataGrid.js',
|
D | ChangeLog-2011-02-16 | 12606 * inspector/front-end/DataGrid.js: 12607 (WebInspector.DataGrid.prototype.get scrollContainer): 42657 * inspector/front-end/DataGrid.js: 42658 (WebInspector.DataGrid.prototype._startEditingColumnOfDataGridNode): 42659 (WebInspector.DataGrid.prototype._startEditing):
|
D | ChangeLog | 28867 * inspector/front-end/DataGrid.js: 28868 (WebInspector.DataGrid): 52907 * inspector/front-end/DataGrid.js: 52908 (WebInspector.DataGrid.prototype.dataGridNodeFromNode): 52909 (WebInspector.DataGrid.prototype.dataGridNodeFromPoint):
|
D | ChangeLog-2010-05-24 | 51494 Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns. 51514 * inspector/front-end/DataGrid.js: 51515 (WebInspector.DataGrid): 51516 (WebInspector.DataGrid.prototype.autoSizeColumns):
|
D | ChangeLog-2009-06-16 | 17342 * inspector/front-end/DataGrid.js: 17343 (WebInspector.DataGrid.prototype.insertChild): 17344 (WebInspector.DataGrid.prototype.removeChild): 17345 (WebInspector.DataGrid.prototype.removeChildren): 81068 * inspector/front-end/DataGrid.js: Renamed from WebCore/page/inspector/DataGrid.js.
|