Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:timeout_task

128       timeout_task(NULL) {
641 if (check->timeout_task)
642 check->timeout_task->Cancel();
1152 check->timeout_task = NULL;
1176 if (check->timeout_task)
1177 check->timeout_task->Cancel();
1190 check->timeout_task =
1197 FROM_HERE, check->timeout_task, timeout_ms);