Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:queued_checks_

275     queued_checks_.push_back(check);
323 for (std::deque<QueuedCheck>::iterator it(queued_checks_.begin());
324 it != queued_checks_.end(); ) {
328 it = queued_checks_.erase(it);
504 // * If |queued_checks_| is non-empty and |database_| is non-NULL, we're
511 if (!DatabaseAvailable() || !queued_checks_.empty())
600 while (!queued_checks_.empty()) {
601 QueuedCheck queued = queued_checks_.front();
609 queued_checks_.pop_front();
779 HISTOGRAM_COUNTS("SB.QueueDepth", queued_checks_.size());
780 if (queued_checks_.empty())
786 while (!queued_checks_.empty()) {
787 QueuedCheck check = queued_checks_.front();
800 queued_checks_.pop_front();