Home
last modified time | relevance | path

Searched defs:PostTaskOnDestroy (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc2240 class PostTaskOnDestroy { class
2242 PostTaskOnDestroy(int times) : times_remaining_(times) {} in PostTaskOnDestroy() function in base::__anon9ed8289d1611::PostTaskOnDestroy
2249 FROM_HERE, BindOnce([](std::unique_ptr<PostTaskOnDestroy>) {}, in PostTaskWithPostingDestructor()