Home | History | Annotate | Download | only in automation

Lines Matching refs:Task

202   Task* task = NewRunnableFunction(
205 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
206 reply.SendError("Couldn't post task to get the cookies");
250 Task* task = NewRunnableFunction(
253 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
254 reply.SendError("Couldn't post task to delete the cookie");
335 Task* task = NewRunnableFunction(
338 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
339 reply.SendError("Couldn't post task to set the cookie");