Searched refs:RecordRunTimeFunc (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 83 void RecordRunTimeFunc(Time* run_time, int* quit_counter) { in RecordRunTimeFunc() function 136 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), kDelay); in RunTest_PostDelayedTask_Basic() 155 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), in RunTest_PostDelayedTask_InDelayOrder() 160 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), in RunTest_PostDelayedTask_InDelayOrder() 187 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), kDelay); in RunTest_PostDelayedTask_InPostOrder() 189 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), kDelay); in RunTest_PostDelayedTask_InPostOrder() 211 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), in RunTest_PostDelayedTask_InPostOrder_2() 239 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks)); in RunTest_PostDelayedTask_InPostOrder_3() 242 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), in RunTest_PostDelayedTask_InPostOrder_3() 264 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), in RunTest_PostDelayedTask_SharedTimer() [all …]
|
D | message_loop_unittest.cc | 90 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) { in RecordRunTimeFunc() function 125 Bind(&RecordRunTimeFunc, &run_time, &num_tasks), in RunTest_PostDelayedTask_SharedTimer_SubPump()
|