Home
last modified time | relevance | path

Searched refs:blame_context (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc126 blame_context(nullptr), in MainThreadOnly()
568 if (main_thread_only().blame_context) in NotifyWillProcessTask()
569 main_thread_only().blame_context->Enter(); in NotifyWillProcessTask()
578 if (main_thread_only().blame_context) in NotifyDidProcessTask()
579 main_thread_only().blame_context->Leave(); in NotifyDidProcessTask()
620 void TaskQueueImpl::SetBlameContext(trace_event::BlameContext* blame_context) { in SetBlameContext() argument
621 main_thread_only().blame_context = blame_context; in SetBlameContext()
Dtask_queue.cc212 void TaskQueue::SetBlameContext(trace_event::BlameContext* blame_context) { in SetBlameContext() argument
216 impl_->SetBlameContext(blame_context); in SetBlameContext()
Dtask_queue_impl.h201 void SetBlameContext(trace_event::BlameContext* blame_context);
358 trace_event::BlameContext* blame_context; // Not owned. member
Dtask_queue.h265 void SetBlameContext(trace_event::BlameContext* blame_context);
Dsequence_manager_impl_unittest.cc2310 trace_event::BlameContext blame_context("cat", "name", "type", "scope", 0, in TEST_P() local
2312 blame_context.Initialize(); in TEST_P()
2313 queue->SetBlameContext(&blame_context); in TEST_P()