Searched defs:profileNode (Results 1 – 4 of 4) sorted by relevance
38 WebInspector.BottomUpProfileDataGridNode = function(profileNode, owningTree) argument153 _willHaveChildren: function(profileNode) argument
32 WebInspector.TopDownProfileDataGridNode = function(profileNode, owningTree) argument
33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren) argument
275 this._searchResults.push({ profileNode: current }); property