Searched refs:CheckTasks (Results 1 - 2 of 2) sorted by relevance

/external/libweave/examples/provider/
H A Dcurl_http_client.h36 void CheckTasks();
H A Dcurl_http_client.cc143 CheckTasks();
146 void CurlHttpClient::CheckTasks() { function in class:weave::examples::CurlHttpClient
147 VLOG(4) << "CurlHttpClient::CheckTasks, size=" << pending_tasks_.size();
158 VLOG(2) << "CurlHttpClient::CheckTasks done";
174 base::Bind(&CurlHttpClient::CheckTasks, weak_ptr_factory_.GetWeakPtr()),

Completed in 255 milliseconds