Home
last modified time | relevance | path

Searched refs:CancelTracing (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_log.h179 void CancelTracing(const OutputCallback& cb);
Dtrace_log.cc841 void TraceLog::CancelTracing(const OutputCallback& cb) { in CancelTracing() function in base::trace_event::TraceLog
Dtrace_event_unittest.cc133 TraceLog::GetInstance()->CancelTracing( in CancelTraceAsync()