Home
last modified time | relevance | path

Searched refs:PostTaskWithPostingDestructor (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc2243 ~PostTaskOnDestroy() { PostTaskWithPostingDestructor(times_remaining_); } in ~PostTaskOnDestroy()
2246 static void PostTaskWithPostingDestructor(int times) { in PostTaskWithPostingDestructor() function in base::__anon2a3b24861611::PostTaskOnDestroy
2271 PostTaskOnDestroy::PostTaskWithPostingDestructor(1000); in TEST()
2279 PostTaskOnDestroy::PostTaskWithPostingDestructor(10); in TEST()