Searched refs:findChild (Results 1 – 5 of 5) sorted by relevance
207 findChild: function(node) method in WebInspector.ProfileDataGridNode353 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