Searched defs:post_i (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/test/
H A Dsequenced_task_runner_test_template.cc29 const int post_i = next_post_i_++; local
31 task, post_i);
33 TaskPosted(post_i);
40 const int post_i = next_post_i_++; local
42 task, post_i);
44 TaskPosted(post_i);
52 const int post_i = next_post_i_++; local
54 task, post_i);
56 TaskPosted(post_i);

Completed in 87 milliseconds