Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:queued

321   // Scan the queued clients store. Clients may be here if they requested a URL
598 // Delete queued checks, calling back any clients with 'SAFE'.
601 QueuedCheck queued = queued_checks_.front();
602 if (queued.client) {
604 sb_check.urls.push_back(queued.url);
605 sb_check.client = queued.client;
607 queued.client->OnSafeBrowsingResult(sb_check);