Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTopDownProfileDataGridTree.js32 WebInspector.TopDownProfileDataGridNode = function(profileNode, owningTree) argument
36 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, hasChildren);
DBottomUpProfileDataGridTree.js38 WebInspector.BottomUpProfileDataGridNode = function(profileNode, owningTree) argument
40 …WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, this._willHaveChildren(profil…
DProfileDataGridTree.js33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren) argument
39 this.tree = owningTree;