Searched refs:GetCategoryGroupEnabled (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc17 const unsigned char* GetCategoryGroupEnabled(const char* category_group) { function
42 webrtc::SetupEventTracer(&GetCategoryGroupEnabled, &AddTraceEvent);
134 &GetCategoryGroupEnabled, &AddTraceEvent,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_trace_event_impl.cc27 base::debug::TraceLog::GetInstance()->GetCategoryGroupEnabled(
/external/chromium_org/base/debug/
H A Dtrace_event_system_stats_monitor.cc59 TraceLog::GetCategoryGroupEnabled(TRACE_DISABLED_BY_DEFAULT("system_stats"));
H A Dtrace_event_unittest.cc1743 EXPECT_TRUE(*trace_log->GetCategoryGroupEnabled("foo"));
1744 EXPECT_TRUE(*trace_log->GetCategoryGroupEnabled("bar"));
1745 EXPECT_FALSE(*trace_log->GetCategoryGroupEnabled("baz"));
1749 EXPECT_TRUE(*trace_log->GetCategoryGroupEnabled("foo2"));
1750 EXPECT_FALSE(*trace_log->GetCategoryGroupEnabled("baz"));
1755 EXPECT_TRUE(*trace_log->GetCategoryGroupEnabled("foo"));
1756 EXPECT_TRUE(*trace_log->GetCategoryGroupEnabled("baz"));
1762 EXPECT_FALSE(*trace_log->GetCategoryGroupEnabled("foo"));
1763 EXPECT_FALSE(*trace_log->GetCategoryGroupEnabled("baz"));
1768 EXPECT_FALSE(*trace_log->GetCategoryGroupEnabled("fo
[all...]
H A Dtrace_event_impl.h504 static const unsigned char* GetCategoryGroupEnabled(const char* name);
H A Dtrace_event_impl.cc920 TraceLog::GetCategoryGroupEnabled(category_group),
1186 const unsigned char* TraceLog::GetCategoryGroupEnabled(
2033 const unsigned char* category = GetCategoryGroupEnabled(
H A Dtrace_event.h775 base::debug::TraceLog::GetCategoryGroupEnabled

Completed in 3812 milliseconds