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

/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc550 void PostNTasksThenQuit(int posts_remaining) { argument
551 if (posts_remaining > 1) {
554 Bind(&PostNTasksThenQuit, posts_remaining - 1));
H A Dmessage_loop_test.cc1042 void PostNTasksThenQuit(int posts_remaining) { argument
1043 if (posts_remaining > 1) {
1046 Bind(&PostNTasksThenQuit, posts_remaining - 1));

Completed in 70 milliseconds