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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileDataGrid.js33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren)
52 WebInspector.ProfileDataGridNode.prototype = {
200 * @param {!WebInspector.ProfileDataGridNode} profileDataGridNode
211 * @param {!WebInspector.ProfileDataGridNode} profileDataGridNode
228 * @param {!WebInspector.ProfileDataGridNode} node
229 * @return {?WebInspector.ProfileDataGridNode}
250 WebInspector.ProfileDataGridNode.populate(this);
299 * @param {!WebInspector.ProfileDataGridNode} child
304 WebInspector.ProfileDataGridNode.merge(this, child, shouldAbsorb);
311 * @param {!WebInspector.ProfileDataGridNode|!WebInspecto
407 }, class
[all...]
H A DCPUProfileBottomUpDataGrid.js34 * @extends {WebInspector.ProfileDataGridNode}
40 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, this._willHaveChildren(profileNode));
47 * @param {!WebInspector.ProfileDataGridNode} profileDataGridNode
59 * @param {!WebInspector.ProfileDataGridNode} child
96 WebInspector.ProfileDataGridNode.prototype.restore.call(this);
104 * @param {!WebInspector.ProfileDataGridNode} child
111 WebInspector.ProfileDataGridNode.prototype.merge.call(this, child, shouldAbsorb);
129 __proto__: WebInspector.ProfileDataGridNode.prototype
243 WebInspector.ProfileDataGridNode.populate(this);
251 * @param {!WebInspector.ProfileDataGridNode} profileDataGridNod
[all...]

Completed in 93 milliseconds