Home | History | Annotate | Download | only in domain_reliability

Lines Matching refs:closure

17   Task(const base::Closure& closure,
23 base::Closure closure;
30 DomainReliabilityDispatcher::Task::Task(const base::Closure& closure,
34 : closure(closure),
51 const base::Closure& closure,
54 DCHECK(!closure.is_null());
58 Task* task = new Task(closure, time_->CreateTimer(), min_delay, max_delay);
112 DCHECK(!task->closure.is_null());
113 task->closure.Run();