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

  /external/libchrome/base/message_loop/
message_loop_test.cc 528 void QuitFunc(TaskList* order, int cookie) {
544 Bind(&QuitFunc, &order, 3));
590 FROM_HERE, Bind(&QuitFunc, &order, 4), TimeDelta::FromMilliseconds(5));
624 Bind(&QuitFunc, &order, 3));
660 Bind(&QuitFunc, &order, 3));
712 Bind(&QuitFunc, &order, 6));
    [all...]
message_loop_unittest.cc 270 void QuitFunc(TaskList* order, int cookie) {
296 Bind(&QuitFunc, order, 5));
401 PostTask(FROM_HERE, Bind(&QuitFunc) execution, the order of task
    [all...]

Completed in 64 milliseconds