Home
last modified time | relevance | path

Searched refs:ProfileDataGridNode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DBottomUpProfileDataGridTree.js40 …WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, this._willHaveChildren(profil…
90 WebInspector.ProfileDataGridNode.prototype._restore(); class in WebInspector
104 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb);
157 __proto__: WebInspector.ProfileDataGridNode.prototype
244 while (currentNode.parent && (currentNode instanceof WebInspector.ProfileDataGridNode)) {
250 if (currentNode instanceof WebInspector.ProfileDataGridNode)
DTopDownProfileDataGridTree.js36 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, hasChildren);
72 __proto__: WebInspector.ProfileDataGridNode.prototype
DProfileDataGridTree.js33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren) class in WebInspector
52 WebInspector.ProfileDataGridNode.prototype = {
353 findChild: WebInspector.ProfileDataGridNode.prototype.findChild,
354 sort: WebInspector.ProfileDataGridNode.prototype.sort,