Home | History | Annotate | Download | only in dns

Lines Matching refs:evicted

1346   // Called by HostResolverImpl when this job is evicted due to queue overflow.
1903 Job* evicted = static_cast<Job*>(dispatcher_->EvictOldestLowest());
1904 DCHECK(evicted);
1905 evicted->OnEvicted(); // Deletes |evicted|.
1906 if (evicted == job) {