Searched refs:AddExcludedCategory (Results 1 – 2 of 2) sorted by relevance
55 a.AddExcludedCategory('foo')56 a.AddExcludedCategory('bar')57 a.AddExcludedCategory('foo')63 self.assertRaises(AssertionError, a.AddExcludedCategory, 'foo')66 a.AddExcludedCategory('foo')
169 def AddExcludedCategory(self, category_glob): member in ChromeTraceCategoryFilter