Searched refs:TraceWithAllMacroVariants (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 403 void TraceWithAllMacroVariants(WaitableEvent* task_complete_event) { in TraceWithAllMacroVariants() function 1025 TraceWithAllMacroVariants(NULL); in TEST_F() 1038 TraceWithAllMacroVariants(NULL); in TEST_F() 1635 FROM_HERE, base::Bind(&TraceWithAllMacroVariants, &task_complete_event)); in TEST_F() 2899 FROM_HERE, Bind(&TraceWithAllMacroVariants, &task_complete_event)); in TEST_F() 2971 FROM_HERE, Bind(&TraceWithAllMacroVariants, &task_complete_event)); in TEST_F() 2999 FROM_HERE, Bind(&TraceWithAllMacroVariants, &task_complete_event)); in TEST_F() 3032 FROM_HERE, Bind(&TraceWithAllMacroVariants, &task_complete_event)); in TEST_F()
|