Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dpost_task_and_reply_impl.cc88 BindOnce(&PostTaskAndReplyRelay::RunReply, std::move(relay))); in RunTaskAndPostReply()
94 static void RunReply(PostTaskAndReplyRelay relay) { in RunReply() function in base::__anon074713830111::PostTaskAndReplyRelay
/external/cronet/base/threading/
Dpost_task_and_reply_impl.cc115 BindOnce(&PostTaskAndReplyRelay::RunReply, std::move(relay))); in RunTaskAndPostReply()
121 static void RunReply(PostTaskAndReplyRelay relay) { in RunReply() function in base::__anon50a091990111::PostTaskAndReplyRelay
/external/cronet/net/base/
Dprioritized_task_runner.cc59 base::BindOnce(&PrioritizedTaskRunner::RunReply, this)); in PostTaskAndReply()
82 void PrioritizedTaskRunner::RunReply() { in RunReply() function in net::PrioritizedTaskRunner
Dprioritized_task_runner.h119 void RunReply();