Searched refs:AddIncludedCategory (Results 1 – 7 of 7) sorted by relevance
48 a.AddIncludedCategory('foo')49 a.AddIncludedCategory('bar')50 a.AddIncludedCategory('foo')62 a.AddIncludedCategory('foo')67 self.assertRaises(AssertionError, a.AddIncludedCategory, 'foo')
163 def AddIncludedCategory(self, category_glob): member in ChromeTraceCategoryFilter
30 void TraceConfig::AddIncludedCategory(const char* included_category) { in AddIncludedCategory() function in v8::platform::tracing::TraceConfig
195 category_filter.AddIncludedCategory(new_category_filter)284 chrome_config.category_filter.AddIncludedCategory('blink.console')
197 void AddIncludedCategory(const char* included_category);
113 config.chrome_trace_config.category_filter.AddIncludedCategory('foo')
260 trace_config->AddIncludedCategory(*str); in UpdateIncludedCategoriesList()