Home
last modified time | relevance | path

Searched refs:DataGrid (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DDataGrid.js26 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,
DDetailedHeapshotView.js38 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;
DDOMStorageItemsView.js109 …var dataGrid = new WebInspector.DataGrid(columns, this._editingCallback.bind(this), this._deleteCa…
DCookiesTable.js65 …this._dataGrid = new WebInspector.DataGrid(columns, null, deleteCallback ? this._onDeleteFromGrid.…
DCookieItemsView.js170 this._dataGrid = new WebInspector.DataGrid(columns);
DApplicationCacheItemsView.js189 this._dataGrid = new WebInspector.DataGrid(columns);
DProfileView.js49 this.dataGrid = new WebInspector.DataGrid(columns);
DHeapSnapshotView.js82 this.dataGrid = new WebInspector.DataGrid(columns);
DResourcesPanel.js594 var dataGrid = new WebInspector.DataGrid(columns);
DNetworkPanel.js179 this._dataGrid = new WebInspector.DataGrid(columns);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2916559 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 …]
DChangeLog-2010-12-0618189 * 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 …]
DChangeLog-2008-08-1010995 * 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 …]
DWebCore.gypi6193 'inspector/front-end/DataGrid.js',
DChangeLog-2011-02-1612606 * 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):
DChangeLog28867 * inspector/front-end/DataGrid.js:
28868 (WebInspector.DataGrid):
52907 * inspector/front-end/DataGrid.js:
52908 (WebInspector.DataGrid.prototype.dataGridNodeFromNode):
52909 (WebInspector.DataGrid.prototype.dataGridNodeFromPoint):
DChangeLog-2010-05-2451494 Web Inspector: simplify cookies view, introduce DataGrid::autoSizeColumns.
51514 * inspector/front-end/DataGrid.js:
51515 (WebInspector.DataGrid):
51516 (WebInspector.DataGrid.prototype.autoSizeColumns):
DChangeLog-2009-06-1617342 * 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.