Searched defs:SendTask (Results 1 – 2 of 2) sorted by relevance
28 void SendTask(rtc::Location loc, TaskQueueBase* task_queue, Closure&& task) { function54 void SendTask(Closure* task) { function66 void SendTask(Closure&& task, rtc::Location loc) { function
324 void CallClient::SendTask(std::function<void()> task) { in SendTask() function in webrtc::test::CallClient