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

  /external/libchrome/base/message_loop/
message_loop_unittest.cc 418 void PostNTasksThenQuit(int posts_remaining) {
421 FROM_HERE, Bind(&PostNTasksThenQuit, posts_remaining - 1));
642 loop.task_runner()->PostTask(FROM_HERE, Bind(&PostNTasksThenQuit, kNumPosts));
668 loop.PostDelayedTask(FROM_HERE, Bind(&PostNTasksThenQuit, 1),
675 loop.PostDelayedTask(FROM_HERE, Bind(&PostNTasksThenQuit, 1),
    [all...]
message_loop_test.cc     [all...]

Completed in 73 milliseconds