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

  /external/chromium_org/base/message_loop/
message_loop_test.cc 77 void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
81 // count on subsequent RecordRunTimeFunc()s running at a future time,
129 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
150 Bind(&RecordRunTimeFunc, &run_time1, &num_tasks),
156 Bind(&RecordRunTimeFunc, &run_time2, &num_tasks),
184 Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), kDelay);
187 Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), kDelay);
210 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
238 Bind(&RecordRunTimeFunc, &run_time1, &num_tasks));
241 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks)
    [all...]
message_loop_unittest.cc 84 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
88 // count on subsequent RecordRunTimeFunc()s running at a future time,
119 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
    [all...]

Completed in 64 milliseconds