Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:queued

450   // Scan the queued clients store. Clients may be here if they requested a URL
600 // Delete queued checks, calling back any clients with 'SB_THREAT_TYPE_SAFE'.
602 QueuedCheck queued = queued_checks_.front();
603 if (queued.client) {
604 SafeBrowsingCheck sb_check(std::vector<GURL>(1, queued.url),
606 queued.client,
607 queued.check_type,
608 queued.expected_threats);
609 queued.client->OnSafeBrowsingResult(sb_check);