HomeSort by relevance Sort by last modified time
    Searched refs:RecordRunTimeFunc (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/message_loop/
message_loop_test.cc 83 void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
87 // count on subsequent RecordRunTimeFunc()s running at a future time,
136 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), kDelay);
155 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks),
160 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks),
187 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), kDelay);
189 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), kDelay);
211 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
239 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks));
242 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks)
    [all...]
message_loop_unittest.cc 90 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
94 // count on subsequent RecordRunTimeFunc()s running at a future time,
125 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
    [all...]

Completed in 82 milliseconds