IsCategoryGroupEnabled 1215 base/debug/trace_event_impl.cc       category_filter_.IsCategoryGroupEnabled(category_group))
IsCategoryGroupEnabled 1218 base/debug/trace_event_impl.cc       category_filter_.IsCategoryGroupEnabled(category_group))
IsCategoryGroupEnabled 1221 base/debug/trace_event_impl.cc       event_callback_category_filter_.IsCategoryGroupEnabled(category_group))
IsCategoryGroupEnabled  326 base/debug/trace_event_impl.h   bool IsCategoryGroupEnabled(const char* category_group) const;
IsCategoryGroupEnabled 2508 base/debug/trace_event_unittest.cc   EXPECT_TRUE(default_cf.IsCategoryGroupEnabled("not-excluded-category"));
IsCategoryGroupEnabled 2510 base/debug/trace_event_unittest.cc       default_cf.IsCategoryGroupEnabled("disabled-by-default-category"));
IsCategoryGroupEnabled 2511 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("Category1,CategoryDebug"));
IsCategoryGroupEnabled 2512 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryDebug,Category1"));
IsCategoryGroupEnabled 2513 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryTest,Category2"));
IsCategoryGroupEnabled 2519 base/debug/trace_event_unittest.cc   EXPECT_TRUE(default_cf.IsCategoryGroupEnabled("not-excluded-category"));
IsCategoryGroupEnabled 2520 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("Category1,CategoryDebug"));
IsCategoryGroupEnabled 2521 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryDebug,Category1"));
IsCategoryGroupEnabled 2522 base/debug/trace_event_unittest.cc   EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryTest,Category2"));
IsCategoryGroupEnabled 2529 base/debug/trace_event_unittest.cc   EXPECT_TRUE(cf.IsCategoryGroupEnabled("included"));
IsCategoryGroupEnabled 2530 base/debug/trace_event_unittest.cc   EXPECT_TRUE(cf.IsCategoryGroupEnabled("inc_pattern_category"));
IsCategoryGroupEnabled 2531 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("exc_pattern_category"));
IsCategoryGroupEnabled 2532 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("excluded"));
IsCategoryGroupEnabled 2533 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("not-excluded-nor-included"));
IsCategoryGroupEnabled 2534 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("Category1,CategoryDebug"));
IsCategoryGroupEnabled 2535 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("CategoryDebug,Category1"));
IsCategoryGroupEnabled 2536 base/debug/trace_event_unittest.cc   EXPECT_FALSE(cf.IsCategoryGroupEnabled("CategoryTest,Category2"));
IsCategoryGroupEnabled 2564 base/debug/trace_event_unittest.cc   EXPECT_TRUE(disabled_cat.IsCategoryGroupEnabled("disabled-by-default-cc"));
IsCategoryGroupEnabled 2565 base/debug/trace_event_unittest.cc   EXPECT_TRUE(disabled_cat.IsCategoryGroupEnabled("some_other_group"));
IsCategoryGroupEnabled 2566 base/debug/trace_event_unittest.cc   EXPECT_FALSE(disabled_cat.IsCategoryGroupEnabled("excluded"));
IsCategoryGroupEnabled 2574 base/debug/trace_event_unittest.cc       disabled_inc_cat.IsCategoryGroupEnabled("disabled-by-default-cc"));
IsCategoryGroupEnabled 2575 base/debug/trace_event_unittest.cc   EXPECT_TRUE(disabled_inc_cat.IsCategoryGroupEnabled("included"));
IsCategoryGroupEnabled 2576 base/debug/trace_event_unittest.cc   EXPECT_FALSE(disabled_inc_cat.IsCategoryGroupEnabled("other_included"));