Searched refs:owningTree (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TopDownProfileDataGridTree.js | 32 WebInspector.TopDownProfileDataGridNode = function(profileNode, owningTree) argument 36 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, hasChildren);
|
D | BottomUpProfileDataGridTree.js | 38 WebInspector.BottomUpProfileDataGridNode = function(profileNode, owningTree) argument 40 …WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, this._willHaveChildren(profil…
|
D | ProfileDataGridTree.js | 33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren) argument 39 this.tree = owningTree;
|