Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:queued_checks_

333     queued_checks_.push_back(check);
380 for (std::deque<QueuedCheck>::iterator it(queued_checks_.begin());
381 it != queued_checks_.end(); ) {
385 it = queued_checks_.erase(it);
510 while (!queued_checks_.empty()) {
511 QueuedCheck queued = queued_checks_.front();
519 queued_checks_.pop_front();
589 // * If |queued_checks_| is non-empty and |database_| is non-NULL, we're
596 if (!DatabaseAvailable() || !queued_checks_.empty())
733 HISTOGRAM_COUNTS("SB.QueueDepth", queued_checks_.size());
734 if (queued_checks_.empty())
740 while (!queued_checks_.empty()) {
741 QueuedCheck check = queued_checks_.front();
754 queued_checks_.pop_front();