Searched refs:findChild (Results 1 – 4 of 4) sorted by relevance
234 findChild: function(node) method in WebInspector.ProfileDataGridNode380 findChild: WebInspector.ProfileDataGridNode.prototype.findChild, property in WebInspector.ProfileDataGridTree
116 var child = this.findChild(ancestor);
739 CallTree.Node.prototype.findChild = function(label) { method in CallTree.Node751 return this.findChild(label) || this.addChild(label);788 var child = curr.findChild(labels[pos]);
830 findChild = find variable in Tag