HomeSort by relevance Sort by last modified time
    Searched refs:IsTracing (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/debug/
trace_event.h 102 static bool IsTracing();
trace_event_win.h 93 bool IsTracing() {
trace_event.cc 37 bool TraceLog::IsTracing() {
trace_event_win.cc 103 if (provider && provider->IsTracing()) {
trace_event_win_unittest.cc 111 ASSERT_FALSE(tracelog->IsTracing());
148 EXPECT_TRUE(tracelog->IsTracing());

Completed in 82 milliseconds