Searched refs:TaskAnnotator (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/debug/
H A Dtask_annotator.h19 class BASE_EXPORT TaskAnnotator { class in namespace:base::debug
21 TaskAnnotator();
22 ~TaskAnnotator();
36 // colliding with TaskAnnotator pointers on other processes.
39 DISALLOW_COPY_AND_ASSIGN(TaskAnnotator);
H A Dtask_annotator.cc15 TaskAnnotator::TaskAnnotator() { function in class:base::debug::TaskAnnotator
18 TaskAnnotator::~TaskAnnotator() {
21 void TaskAnnotator::DidQueueTask(const char* queue_function,
29 void TaskAnnotator::RunTask(const char* queue_function,
58 uint64_t TaskAnnotator::GetTaskTraceID(const PendingTask& task) const {
H A Dtask_annotator_unittest.cc24 TaskAnnotator annotator;
/external/libchrome/base/message_loop/
H A Dmessage_loop.h391 // Returns the TaskAnnotator which is used to add debug information to posted
393 debug::TaskAnnotator* task_annotator() { return &task_annotator_; }
528 debug::TaskAnnotator task_annotator_;

Completed in 5786 milliseconds