Searched refs:IsTracing (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/debug/
H A Dtrace_event.h102 static bool IsTracing();
H A Dtrace_event_win.h93 bool IsTracing() { function in class:base::debug::TraceLog
H A Dtrace_event.cc37 bool TraceLog::IsTracing() { function in class:base::debug::TraceLog
H A Dtrace_event_win.cc103 if (provider && provider->IsTracing()) {
H A Dtrace_event_win_unittest.cc111 ASSERT_FALSE(tracelog->IsTracing());
148 EXPECT_TRUE(tracelog->IsTracing());

Completed in 331 milliseconds