Lines Matching refs:BlameContext
14 BlameContext::BlameContext(const char* category, in BlameContext() function in base::trace_event::BlameContext
19 const BlameContext* parent_context) in BlameContext()
33 BlameContext::~BlameContext() { in ~BlameContext()
42 void BlameContext::Enter() { in Enter()
50 void BlameContext::Leave() { in Leave()
58 void BlameContext::TakeSnapshot() { in TakeSnapshot()
77 void BlameContext::OnTraceLogEnabled() { in OnTraceLogEnabled()
82 void BlameContext::OnTraceLogDisabled() {} in OnTraceLogDisabled()
84 void BlameContext::AsValueInto(trace_event::TracedValue* state) { in AsValueInto()
94 void BlameContext::Initialize() { in Initialize()
106 bool BlameContext::WasInitialized() const { in WasInitialized()