HomeSort by relevance Sort by last modified time
    Searched defs:DataGridNode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileDataGrid.js 28 * @extends {WebInspector.DataGridNode}
38 WebInspector.DataGridNode.call(this, null, hasChildren);
61 var cell = this._createValueCell(columnIdentifier) || WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
151 WebInspector.DataGridNode.prototype.select.call(this, supressSelectedEvent);
157 WebInspector.DataGridNode.prototype.deselect.call(this, supressDeselectedEvent);
208 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index);
218 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode);
225 WebInspector.DataGridNode.prototype.removeChildren.call(this);
336 __proto__: WebInspector.DataGridNode.prototype
HeapSnapshotGridNodes.js 33 * @extends {WebInspector.DataGridNode}
39 WebInspector.DataGridNode.call(this, null, hasChildren);
137 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
148 WebInspector.DataGridNode.prototype.collapse.call(this);
157 WebInspector.DataGridNode.prototype.expand.call(this);
207 * @return {!Array.<!WebInspector.DataGridNode>}
224 * @return {?WebInspector.DataGridNode}
487 __proto__: WebInspector.DataGridNode.prototype
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DataGrid.js 30 * @param {function(!WebInspector.DataGridNode, string, string, string)=} editCallback
31 * @param {function(!WebInspector.DataGridNode)=} deleteCallback
33 * @param {function(!WebInspector.ContextMenu, !WebInspector.DataGridNode)=} contextMenuCallback
126 this.setRootNode(new WebInspector.DataGridNode());
179 var node = new WebInspector.DataGridNode(data, false);
262 * @param {!WebInspector.DataGridNode} rootNode
271 /** @type {!WebInspector.DataGridNode} */
281 * @return {!WebInspector.DataGridNode}
300 * @param {!WebInspector.DataGridNode} node
306 /** @type {!WebInspector.DataGridNode} */
    [all...]

Completed in 211 milliseconds