Searched refs:posts_remaining (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc418 void PostNTasksThenQuit(int posts_remaining) { argument
419 if (posts_remaining > 1) {
421 FROM_HERE, Bind(&PostNTasksThenQuit, posts_remaining - 1));
H A Dmessage_loop_test.cc1029 void PostNTasksThenQuit(int posts_remaining) { argument
1030 if (posts_remaining > 1) {
1032 FROM_HERE, Bind(&PostNTasksThenQuit, posts_remaining - 1));

Completed in 165 milliseconds