Searched refs:_exclude (Results 1 – 3 of 3) sorted by relevance
53 _exclude: function(aCallUID) method in WebInspector.TopDownProfileDataGridNode64 children[index]._exclude(aCallUID);122 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(node, excludedCallUID); method in WebInspector
69 _exclude: function(aCallUID) method in WebInspector.BottomUpProfileDataGridNode80 children[index]._exclude(aCallUID);280 children[index]._exclude(excludedCallUID);
159 self._exclude(modules, names, reason, bugid)163 def _exclude(self, modules, module_prefixes, reason, bugid): member in Finder